git: a8d5d65ac458 - stable/13 - nfsclient: Fix a typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 16:38:26 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=a8d5d65ac45833559fdf2a2e10ec1df89cef4c87
commit a8d5d65ac45833559fdf2a2e10ec1df89cef4c87
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 17:27:05 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-30 16:38:15 +0000
nfsclient: Fix a typos in source code comments
- s/ony/only/
Obtained from: NetBSD
(cherry picked from commit c1ad8a39a1c4271be62229cf9f6e93e7f1f569e7)
---
sys/fs/nfsclient/nfs_clcomsubs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/fs/nfsclient/nfs_clcomsubs.c b/sys/fs/nfsclient/nfs_clcomsubs.c
index 8f593a8d3c92..640d47fed93d 100644
--- a/sys/fs/nfsclient/nfs_clcomsubs.c
+++ b/sys/fs/nfsclient/nfs_clcomsubs.c
@@ -51,7 +51,7 @@ NFSCLSTATEMUTEX;
/*
* copies a uio scatter/gather list to an mbuf chain.
- * NOTE: can ony handle iovcnt == 1
+ * NOTE: can only handle iovcnt == 1
*/
void
nfsm_uiombuf(struct nfsrv_descript *nd, struct uio *uiop, int siz)
@@ -155,7 +155,7 @@ nfsm_uiombuf(struct nfsrv_descript *nd, struct uio *uiop, int siz)
/*
* copies a uio scatter/gather list to an mbuf chain.
* This version returns the mbuf list and does not use "nd".
- * NOTE: can ony handle iovcnt == 1
+ * NOTE: can only handle iovcnt == 1
*/
struct mbuf *
nfsm_uiombuflist(struct uio *uiop, int siz, u_int maxext)