fix grammar in comment: successfully -> successful
authordv <dv@openbsd.org>
Sat, 9 Apr 2022 15:40:55 +0000 (15:40 +0000)
committerdv <dv@openbsd.org>
Sat, 9 Apr 2022 15:40:55 +0000 (15:40 +0000)
sbin/mount/mount.c

index 0d742a8..c3f4f58 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mount.c,v 1.74 2020/12/11 06:29:43 robert Exp $       */
+/*     $OpenBSD: mount.c,v 1.75 2022/04/09 15:40:55 dv Exp $   */
 /*     $NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp $   */
 
 /*
@@ -283,7 +283,7 @@ main(int argc, char * const argv[])
        }
 
        /*
-        * If the mount was successfully, and done by root, tell mountd the
+        * If the mount was successful and done by root, tell mountd the
         * good news.  Pid checks are probably unnecessary, but don't hurt.
         * XXX This should be done from kernel.
         */