diff options
author | 2001-03-12 01:30:24 +0000 | |
---|---|---|
committer | 2001-03-12 01:30:24 +0000 | |
commit | 1feb8ef15b5d79b16412a9228419028855e5d80a (patch) | |
tree | a5479826e2ce7553a0d2b6bb536f0b5459ce7380 | |
parent | sync (diff) | |
download | wireguard-openbsd-1feb8ef15b5d79b16412a9228419028855e5d80a.tar.xz wireguard-openbsd-1feb8ef15b5d79b16412a9228419028855e5d80a.zip |
typo; maurice@maurice.wan.nl
-rw-r--r-- | sbin/mount/mount.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 383e8956f1c..9824e57f620 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.c,v 1.20 1999/05/31 17:34:42 millert Exp $ */ +/* $OpenBSD: mount.c,v 1.21 2001/03/12 01:30:24 deraadt Exp $ */ /* $NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mount.c 8.19 (Berkeley) 4/19/94"; #else -static char rcsid[] = "$OpenBSD: mount.c,v 1.20 1999/05/31 17:34:42 millert Exp $"; +static char rcsid[] = "$OpenBSD: mount.c,v 1.21 2001/03/12 01:30:24 deraadt Exp $"; #endif #endif /* not lint */ @@ -89,7 +89,7 @@ void prmount __P((struct statfs *)); int disklabelcheck __P((struct fstab *)); void usage __P((void)); -/* Map from mount otions to printable formats. */ +/* Map from mount options to printable formats. */ static struct opt { int o_opt; int o_silent; |