Module Name:    src
Committed By:   dholland
Date:           Sun Jul 31 20:34:04 UTC 2016

Modified Files:
        src/sys/kern: vfs_syscalls.c

Log Message:
typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.504 -r1.505 src/sys/kern/vfs_syscalls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/vfs_syscalls.c
diff -u src/sys/kern/vfs_syscalls.c:1.504 src/sys/kern/vfs_syscalls.c:1.505
--- src/sys/kern/vfs_syscalls.c:1.504	Sat Nov 28 15:26:29 2015
+++ src/sys/kern/vfs_syscalls.c	Sun Jul 31 20:34:04 2016
@@ -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 @@ do_sys_renameat(struct lwp *l, int fromf
 	 *
 	 * 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;

Reply via email to