projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b258793
)
io: fix typo in docs comment for qio_channel_read
author
Daniel P. Berrange
<berrange@redhat.com>
Wed, 30 Aug 2017 13:46:29 +0000
(14:46 +0100)
committer
Daniel P. Berrange
<berrange@redhat.com>
Tue, 5 Sep 2017 12:21:58 +0000
(13:21 +0100)
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
include/io/channel.h
patch
|
blob
|
history
diff --git
a/include/io/channel.h
b/include/io/channel.h
index db9bb022a17562a66d5a3c1ac490acbef24cd944..54f3dc252fcd9aca112a42e21a1123cd23715f8e 100644
(file)
--- 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_read
v
:
+ * qio_channel_read:
* @ioc: the channel object
* @buf: the memory region to read data into
* @buflen: the length of @buf