git: c1ad8a39a1c4 - main - nfsclient: Fix a typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Mar 2022 17:27:48 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=c1ad8a39a1c4271be62229cf9f6e93e7f1f569e7
commit c1ad8a39a1c4271be62229cf9f6e93e7f1f569e7
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 17:27:05 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-27 17:27:05 +0000
nfsclient: Fix a typos in source code comments
- s/ony/only/
Obtained from: NetBSD
MFC after: 3 days
---
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)