Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern typo in comment



details:   https://anonhg.NetBSD.org/src/rev/a9ecc3eb7fd8
branches:  trunk
changeset: 346749:a9ecc3eb7fd8
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jul 31 20:34:04 2016 +0000

description:
typo in comment

diffstat:

 sys/kern/vfs_syscalls.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 95132ccabd6c -r a9ecc3eb7fd8 sys/kern/vfs_syscalls.c
--- a/sys/kern/vfs_syscalls.c   Sun Jul 31 19:33:18 2016 +0000
+++ b/sys/kern/vfs_syscalls.c   Sun Jul 31 20:34:04 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_syscalls.c,v 1.504 2015/11/28 15:26:29 dholland Exp $      */
+/*     $NetBSD: vfs_syscalls.c,v 1.505 2016/07/31 20:34:04 dholland Exp $      */
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls.c,v 1.504 2015/11/28 15:26:29 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls.c,v 1.505 2016/07/31 20:34:04 dholland Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_fileassoc.h"
@@ -4323,7 +4323,7 @@
         *
         * XXX Because nothing is locked and the compiler may reorder
         * things here, unmounting the file system at an inopportune
-        * moment may cause rename to fail with ENXDEV when it really
+        * moment may cause rename to fail with EXDEV when it really
         * should fail with ENOENT.
         */
        tmp = tdvp->v_mount;



Home | Main Index | Thread Index | Old Index