aboutsummaryrefslogtreecommitdiff
path: root/sbin/vinum/v.c
diff options
context:
space:
mode:
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 eaefabbad78d..fc8fb290ca75 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 filesystem */
+ &&(errno != EROFS)) { /* and not read-only file system */
fprintf(stderr,
"Can't open %s: %s (%d)\n",
historyfile,