summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-09-07 07:03:11 +0000
committerdes <des@FreeBSD.org>2000-09-07 07:03:11 +0000
commit148ee476b619dd9e5cac6288e6395326d6a60edd (patch)
tree7ba2089dcc029243552b265b3b6570bd5799c833 /sbin
parentc6d630aab04f96f333bdc9e4f8f3ef5969ba8f9c (diff)
downloadFreeBSD-src-148ee476b619dd9e5cac6288e6395326d6a60edd.zip
FreeBSD-src-148ee476b619dd9e5cac6288e6395326d6a60edd.tar.gz
Fix comment to match previous commit, as per bde.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/umount/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c
index 57baed9..e9ef990 100644
--- a/sbin/umount/umount.c
+++ b/sbin/umount/umount.c
@@ -213,7 +213,7 @@ umountall(char **typelist)
strcmp(fs->fs_type, FSTAB_RO) &&
strcmp(fs->fs_type, FSTAB_RQ))
continue;
- /* If an unknown file system type, complain. */
+ /* Ignore unknown file system types. */
if (getvfsbyname(fs->fs_vfstype, &vfc) == -1)
continue;
if (checkvfsname(fs->fs_vfstype, typelist))
OpenPOWER on IntegriCloud