Date: Mon, 28 Mar 2022 17:35:08 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c09770b2cd80 - main - mount(8): Fix a typo in source code comments Message-ID: <202203281735.22SHZ8Yx063473@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c09770b2cd8005bb721c8d261a7d48ec3aa64f4f commit c09770b2cd8005bb721c8d261a7d48ec3aa64f4f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-02-07 17:15:34 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203281735.22SHZ8Yx063473>