diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-06-22 22:43:21 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-06-22 22:43:21 +0000 |
commit | 946f33ec96f06c65e90f791ca5356d57ae89c712 (patch) | |
tree | f70b38ee82e9251676063937828287be5f5a0f86 /usr.bin | |
parent | a00f5e1fe18a3d6705bfe57b1056affc65399ad5 (diff) |
typo in comment
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/fstat/fstat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index c60841b7ccc..36ef4dfabef 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fstat.c,v 1.29 2000/09/12 00:15:11 deraadt Exp $ */ +/* $OpenBSD: fstat.c,v 1.30 2001/06/22 22:43:20 pvalchev Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -41,7 +41,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$OpenBSD: fstat.c,v 1.29 2000/09/12 00:15:11 deraadt Exp $"; +static char *rcsid = "$OpenBSD: fstat.c,v 1.30 2001/06/22 22:43:20 pvalchev Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -224,7 +224,7 @@ main(argc, argv) if (getfname(*argv)) checkfile = 1; } - if (!checkfile) /* file(s) specified, but none accessable */ + if (!checkfile) /* file(s) specified, but none accessible */ exit(1); } |