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))