Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 13:35:30 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8b67abf317bb - stable/13 - mount(8): Fix a typo in source code comments
Message-ID:  <202204021335.232DZUhI002883@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit 8b67abf317bbb7e93ec271d014c1abd4fd131eb6
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:29:58 +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 9cb4077d9a29..4073448b7400 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021335.232DZUhI002883>