nfsclient: Fix a typos in source code comments

- s/ony/only/

Obtained from:	NetBSD
MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-03-27 19:27:05 +02:00
parent 2533b5dc82
commit c1ad8a39a1

View File

@ -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)