summaryrefslogtreecommitdiffstats
path: root/sbin/mount_std/mount_std.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
commit136be46680c6e4a18cc827da991d4f9a0de29cba (patch)
treeb5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/mount_std/mount_std.c
parent9618da3e35435c433d8086d65af15f716ffe32ec (diff)
downloadFreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.zip
FreeBSD-src-136be46680c6e4a18cc827da991d4f9a0de29cba.tar.gz
s/filesystem/file system/g as discussed on -developers
Diffstat (limited to 'sbin/mount_std/mount_std.c')
-rw-r--r--sbin/mount_std/mount_std.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_std/mount_std.c b/sbin/mount_std/mount_std.c
index 00421a1..1f3c8d3 100644
--- a/sbin/mount_std/mount_std.c
+++ b/sbin/mount_std/mount_std.c
@@ -90,9 +90,9 @@ main(argc, argv)
/*
* XXX
* mount(8) calls the mount programs with an argv[0] which is
- * /just/ the filesystem name. So, if there is no underscore
+ * /just/ the file system name. So, if there is no underscore
* in argv[0], we assume that we are being called from mount(8)
- * and that argv[0] is thus the name of the filesystem type.
+ * and that argv[0] is thus the name of the file system type.
*/
fsname = strrchr(argv[0], '_');
if (fsname) {
@@ -146,7 +146,7 @@ main(argc, argv)
/*
* Try with the old mount syscall in the case
- * this filesystem has not been converted yet,
+ * this file system has not been converted yet,
* or the user didn't recompile his kernel.
*/
if (error && (errno == EOPNOTSUPP || errno == ENOSYS || caughtsig))
OpenPOWER on IntegriCloud