umount(8): Remove a double word in a source code comment

- s/this this/this/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-09 10:02:14 +02:00
parent 29fea59e78
commit efb45ad024

View File

@ -427,7 +427,7 @@ umountfs(struct statfs *sfs)
return (1);
}
}
/* Mark this this file system as unmounted. */
/* Mark this file system as unmounted. */
getmntentry(NULL, NULL, &sfs->f_fsid, REMOVE);
if (vflag)
(void)printf("%s: unmount from %s\n", sfs->f_mntfromname,