From 896f3841bf047ca93766900f8cd8c5852e6a9245 Mon Sep 17 00:00:00 2001 From: trhodes Date: Thu, 16 May 2002 04:10:46 +0000 Subject: more file system > filesystem --- sbin/umount/umount.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/umount') diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index 6148f30..cd1a6c6 100644 --- a/sbin/umount/umount.c +++ b/sbin/umount/umount.c @@ -224,14 +224,14 @@ umountall(char **typelist) strcmp(fs->fs_type, FSTAB_RO) && strcmp(fs->fs_type, FSTAB_RQ)) continue; - /* Ignore unknown file system types. */ + /* Ignore unknown filesystem types. */ if (getvfsbyname(fs->fs_vfstype, &vfc) == -1) continue; if (checkvfsname(fs->fs_vfstype, typelist)) continue; /* - * We want to unmount the file systems in the reverse order + * We want to unmount the filesystems in the reverse order * that they were mounted. So, we save off the file name * in some allocated memory, and then call recursively. */ @@ -507,7 +507,7 @@ getmntname(const char *fromname, const char *onname, err(1, "calloc"); } /* - * We want to get the file systems in the reverse order + * We want to get the filesystems in the reverse order * that they were mounted. Mounted and unmounted filesystems * are marked or unmarked in a table called 'mntcheck'. * Unmount(const char *dir, int flags) does only take the -- cgit v1.1