diff options
author | Michael Tokarev | 2016-05-18 14:47:53 +0200 |
---|---|---|
committer | Michael Tokarev | 2016-06-07 17:02:48 +0200 |
commit | d33c8a7d46f2ffb5233c7f4eac8cb787fb1ee6c3 (patch) | |
tree | 2f12b2e7f4dc3e0fa763ed2b2380fc93b7a0e746 /docs/qapi-code-gen.txt | |
parent | hw/ipmi: fix spelling (diff) | |
download | qemu-d33c8a7d46f2ffb5233c7f4eac8cb787fb1ee6c3.tar.gz qemu-d33c8a7d46f2ffb5233c7f4eac8cb787fb1ee6c3.tar.xz qemu-d33c8a7d46f2ffb5233c7f4eac8cb787fb1ee6c3.zip |
docs: "specify" spell fix
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'docs/qapi-code-gen.txt')
-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 d7d6987821..eff207502f 100644 --- a/docs/qapi-code-gen.txt +++ b/docs/qapi-code-gen.txt @@ -322,7 +322,7 @@ enum. The value for each branch can be of any type. A flat union definition avoids nesting on the wire, and specifies a set of common members that occur in all variants of the union. The -'base' key must specifiy either a type name (the type must be a +'base' key must specify either a type name (the type must be a struct, not a union), or a dictionary representing an anonymous type. All branches of the union must be complex types, and the top-level members of the union dictionary on the wire will be combination of |