diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-26 01:45:03 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-26 01:45:03 +0000 |
commit | fa73e9ce041888462963808698e6fcee56ba35f8 (patch) | |
tree | 008219432c646d395b2defb6358751dc8021dfb3 /usr.sbin/pstat/pstat.c | |
parent | 5d692cdd4314d9437c77a263e75a1a90c509ead2 (diff) |
typo
Diffstat (limited to 'usr.sbin/pstat/pstat.c')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 2b68d3282d1..18e2ab5fbf8 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pstat.c,v 1.51 2005/05/26 01:44:38 pedro Exp $ */ +/* $OpenBSD: pstat.c,v 1.52 2005/05/26 01:45:02 pedro Exp $ */ /* $NetBSD: pstat.c,v 1.27 1996/10/23 22:50:06 cgd Exp $ */ /*- @@ -40,7 +40,7 @@ static char copyright[] = #if 0 from: static char sccsid[] = "@(#)pstat.c 8.9 (Berkeley) 2/16/94"; #else -static char *rcsid = "$OpenBSD: pstat.c,v 1.51 2005/05/26 01:44:38 pedro Exp $"; +static char *rcsid = "$OpenBSD: pstat.c,v 1.52 2005/05/26 01:45:02 pedro Exp $"; #endif #endif /* not lint */ @@ -535,7 +535,7 @@ mount_print(struct mount *mp) char *comma = "("; putchar(' '); - /* user visable flags */ + /* user visible flags */ if (flags & MNT_RDONLY) { (void)printf("%srdonly", comma); flags &= ~MNT_RDONLY; |