Fix comment to match previous commit, as per bde.

This commit is contained in:
Dag-Erling Smørgrav 2000-09-07 07:03:11 +00:00
parent ab721da874
commit b6e55a056a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65564

View File

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