From: Daniel P. Berrange Date: Wed, 30 Aug 2017 13:46:29 +0000 (+0100) Subject: io: fix typo in docs comment for qio_channel_read X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=50ea44f07744293b5f503411df8052bf113d8f1d;p=qemu.git io: fix typo in docs comment for qio_channel_read Reviewed-by: Eric Blake Signed-off-by: Daniel P. Berrange --- diff --git a/include/io/channel.h b/include/io/channel.h index db9bb022a1..54f3dc252f 100644 --- a/include/io/channel.h +++ b/include/io/channel.h @@ -299,7 +299,7 @@ ssize_t qio_channel_writev(QIOChannel *ioc, Error **errp); /** - * qio_channel_readv: + * qio_channel_read: * @ioc: the channel object * @buf: the memory region to read data into * @buflen: the length of @buf