mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 03:33:51 +08:00
typo: fix incorrect doc
This commit is contained in:
committed by
Alan C. Assis
parent
f8fa86fca3
commit
50c0e13a29
@@ -85,10 +85,10 @@ void uio_advance(FAR struct uio *uio, size_t sz);
|
||||
int uio_init(FAR struct uio *uio, FAR const struct iovec *iov, int iovcnt);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: uio_copyto
|
||||
* Name: uio_copyfrom
|
||||
*
|
||||
* Description:
|
||||
* Copy data to the linear buffer from uio.
|
||||
* Copy data from the linear buffer to uio.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user