From: dv Date: Sat, 9 Apr 2022 15:40:55 +0000 (+0000) Subject: fix grammar in comment: successfully -> successful X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=775d653b6f84beb2d6537addc0a91f8acf6a900e;p=openbsd fix grammar in comment: successfully -> successful --- diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 0d742a8d49b..c3f4f581e32 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -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. */