diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-01 13:57:19 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-01 13:57:19 -0500 |
commit | 625f9e1f54cd78ee98ac22030da527c9a1cc9d2b (patch) | |
tree | 0813abba86df9090828f7367e9b03b6d230a459f /docs | |
parent | a952c570c865d5eae6c148716f2cb585a0d3a2ee (diff) | |
parent | 2542bfd51c42eead37e0025a9055f74b8c3a1aed (diff) |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
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 |