nfsclient: Fix a typos in source code comments
- s/ony/only/ Obtained from: NetBSD MFC after: 3 days
This commit is contained in:
parent
2533b5dc82
commit
c1ad8a39a1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user