git: 8b67abf317bb - stable/13 - mount(8): Fix a typo in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:35:30 UTC
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