diff options
| author | Stefan Weil | 2011-08-28 21:45:40 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2011-08-29 12:47:33 +0200 |
| commit | 2542bfd51c42eead37e0025a9055f74b8c3a1aed (patch) | |
| tree | a78c12d8f78c6e12cebad0d6be11aa9f42e495be /docs | |
| parent | hw/pci-stub: fix comment typo (diff) | |
| download | qemu-2542bfd51c42eead37e0025a9055f74b8c3a1aed.tar.gz qemu-2542bfd51c42eead37e0025a9055f74b8c3a1aed.tar.xz qemu-2542bfd51c42eead37e0025a9055f74b8c3a1aed.zip | |
Fix spelling in comments and debug messages (recieve -> receive)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Reviewed-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/qapi-code-gen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/qapi-code-gen.txt b/docs/qapi-code-gen.txt index b7befb5e48..f345866f57 100644 --- a/docs/qapi-code-gen.txt +++ b/docs/qapi-code-gen.txt @@ -229,7 +229,7 @@ in the schema. The following files are generated: $(prefix)qmp-marshal.c: command marshal/dispatch functions for each QMP command defined in the schema. Functions generated by qapi-visit.py are used to - convert QObjects recieved from the wire into + convert QObjects received from the wire into function parameters, and uses the same visitor functions to convert native C return values to QObjects from transmission back |
