git: 701985b9a137 - stable/12 - mount(8): Fix a typo in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 02 Apr 2022 13:43:55 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit 701985b9a1371679942ed43adacac6f5cd4a5cd0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-02-07 17:15:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:42:23 +0000

    mount(8): Fix a typo in source code comments
    
    - s/filesytem/filesystem/
    
    (cherry picked from commit c09770b2cd8005bb721c8d261a7d48ec3aa64f4f)
---
 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 102e87009b0f..b26737c887b7 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -506,7 +506,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