From b6e55a056affe33c8d377a79e1f477e8aa3e21c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 7 Sep 2000 07:03:11 +0000 Subject: [PATCH] Fix comment to match previous commit, as per bde. --- sbin/umount/umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index 57baed99de2a..e9ef990cc2d2 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))