Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2010 12:15:11 +0100 (CET)
From:      Alexander Best <alexbestms@wwu.de>
To:        <freebsd-hackers@FreeBSD.org>
Subject:   [patch] tiny comment fix in sys/kern/vfs_syscalls.c
Message-ID:  <permail-20100311111511f0889e8400003418-a_best01@message-id.uni-muenster.de>

index | next in thread | raw e-mail

[-- Attachment #1 --]
nothing spectacular. ;)

alex

[-- Attachment #2 --]
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) {
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?permail-20100311111511f0889e8400003418-a_best01>