Grammar fix in comment.
authorrob <rob@openbsd.org>
Thu, 2 Aug 2018 15:34:07 +0000 (15:34 +0000)
committerrob <rob@openbsd.org>
Thu, 2 Aug 2018 15:34:07 +0000 (15:34 +0000)
ok deraadt@

sys/kern/kern_pledge.c

index 57f45e3..5094593 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kern_pledge.c,v 1.238 2018/07/27 06:15:10 bket Exp $  */
+/*     $OpenBSD: kern_pledge.c,v 1.239 2018/08/02 15:34:07 rob Exp $   */
 
 /*
  * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -245,7 +245,7 @@ const uint64_t pledge_syscalls[SYS_MAXSYSCALL] = {
 
        /*
         * Path access/creation calls encounter many extensive
-        * checks are done during namei()
+        * checks done during pledge_namei()
         */
        [SYS_open] = PLEDGE_STDIO,
        [SYS_stat] = PLEDGE_STDIO,