mirror of https://gitee.com/openkylin/qemu.git
io: fix typo in docs comment for qio_channel_read
Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
b258793258
commit
50ea44f077
|
@ -299,7 +299,7 @@ ssize_t qio_channel_writev(QIOChannel *ioc,
|
||||||
Error **errp);
|
Error **errp);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* qio_channel_readv:
|
* qio_channel_read:
|
||||||
* @ioc: the channel object
|
* @ioc: the channel object
|
||||||
* @buf: the memory region to read data into
|
* @buf: the memory region to read data into
|
||||||
* @buflen: the length of @buf
|
* @buflen: the length of @buf
|
||||||
|
|
Loading…
Reference in New Issue