[patch] tiny comment fix in sys/kern/vfs_syscalls.c

Alexander Best alexbestms at wwu.de
Thu Mar 11 11:15:21 UTC 2010


nothing spectacular. ;)

alex
-------------- next part --------------
Index: sys/kern/vfs_syscalls.c
===================================================================
--- sys/kern/vfs_syscalls.c	(revision 204988)
+++ sys/kern/vfs_syscalls.c	(working copy)
@@ -1060,7 +1060,7 @@
 	AUDIT_ARG_MODE(mode);
 	/* XXX: audit dirfd */
 	/*
-	 * Only one of the O_EXEC, O_RDONLY, O_WRONLY and O_RDWR may
+	 * Only one of the O_EXEC, O_RDONLY, O_WRONLY and O_RDWR flags may
 	 * be specified.
 	 */
 	if (flags & O_EXEC) {


More information about the freebsd-hackers mailing list