git: 52d895fe63eb - main - nfs: trivial typo fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Oct 2024 13:50:41 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=52d895fe63eb22c1265362c54983db6038ebea3c commit 52d895fe63eb22c1265362c54983db6038ebea3c Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-10-08 16:46:47 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-10-26 13:50:22 +0000 nfs: trivial typo fix via is not an abbreviation and doesn't need a period. --- sys/fs/nfsclient/nfs_clvfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/nfsclient/nfs_clvfsops.c b/sys/fs/nfsclient/nfs_clvfsops.c index c050eef7d4c3..1cbe8e70867f 100644 --- a/sys/fs/nfsclient/nfs_clvfsops.c +++ b/sys/fs/nfsclient/nfs_clvfsops.c @@ -415,7 +415,7 @@ ncl_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred, } /* - * Mount a remote root fs via. nfs. This depends on the info in the + * Mount a remote root fs via nfs. This depends on the info in the * nfs_diskless structure that has been filled in properly by some primary * bootstrap. * It goes something like this: