The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c09770b2cd8005bb721c8d261a7d48ec3aa64f4f

commit c09770b2cd8005bb721c8d261a7d48ec3aa64f4f
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-02-07 17:15:34 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-03-28 17:35:02 +0000

    mount(8): Fix a typo in source code comments
    
    - s/filesytem/filesystem/
    
    MFC after:      3 days
---
 sbin/mount/mount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 9550ecd1c54e..cbb2a8784e26 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -502,7 +502,7 @@ ismounted(struct fstab *fs, struct statfs *mntbuf, int 
mntsize)
 
        /* 
         * Consider the filesystem to be mounted if:
-        * It has the same mountpoint as a mounted filesytem, and
+        * It has the same mountpoint as a mounted filesystem, and
         * It has the same type as that same mounted filesystem, and
         * It has the same device name as that same mounted filesystem, OR
         *     It is a nonremountable filesystem

Reply via email to