Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2024 20:36:32 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4a894adc41ba - stable/14 - nfs: trivial typo fix
Message-ID:  <202410292036.49TKaWpU023012@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=4a894adc41ba2f9aebf57ed7f5d7d5d289c9e8c1

commit 4a894adc41ba2f9aebf57ed7f5d7d5d289c9e8c1
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-10-08 16:46:47 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-10-29 20:33:33 +0000

    nfs: trivial typo fix
    
    via is not an abbreviation and doesn't need a period.
    
    (cherry picked from commit 52d895fe63eb22c1265362c54983db6038ebea3c)
---
 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:



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