diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-12 01:30:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-12 01:30:25 +0000 |
commit | 625f64869a9e3c3112973cf91419740011eea3f2 (patch) | |
tree | 517a8c938ed3e9c00b459c7ff98f93108bdb7b65 /sbin | |
parent | cac7f3e9d0341a5042cf805275c9e7e20dfbc663 (diff) |
typo; maurice@maurice.wan.nl
Diffstat (limited to 'sbin')
-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; |