nothing spectacular. ;)

alex
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) {
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to