diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-03-22 15:52:41 +0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-05-07 09:57:51 +0300 |
commit | 61f7c6a0c200db3749f131ff023fa50e7f71814e (patch) | |
tree | 3c9701cfbd9cc05876939db722296d160bb8ad82 /include/io | |
parent | 2d812d6dff5267d80c54125f15a090539573d29e (diff) |
doc: fix function spelling
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/io')
-rw-r--r-- | include/io/channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/io/channel.h b/include/io/channel.h index 5d48906998..db9bb022a1 100644 --- a/include/io/channel.h +++ b/include/io/channel.h @@ -315,7 +315,7 @@ ssize_t qio_channel_read(QIOChannel *ioc, Error **errp); /** - * qio_channel_writev: + * qio_channel_write: * @ioc: the channel object * @buf: the memory regions to send data from * @buflen: the length of @buf |