summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/v.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit896f3841bf047ca93766900f8cd8c5852e6a9245 (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/vinum/v.c
parent0c40c9d08e198e96b30b9b27d5caea7fce0f7118 (diff)
downloadFreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.zip
FreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.tar.gz
more file system > filesystem
Diffstat (limited to 'sbin/vinum/v.c')
-rw-r--r--sbin/vinum/v.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c
index fc8fb29..eaefabb 100644
--- a/sbin/vinum/v.c
+++ b/sbin/vinum/v.c
@@ -137,7 +137,7 @@ main(int argc, char *argv[], char *envp[])
exit(1);
}
} else if ((errno != ENOENT) /* not "not there", */
- &&(errno != EROFS)) { /* and not read-only file system */
+ &&(errno != EROFS)) { /* and not read-only filesystem */
fprintf(stderr,
"Can't open %s: %s (%d)\n",
historyfile,
OpenPOWER on IntegriCloud