summaryrefslogtreecommitdiff
path: root/include/qapi
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-11-19 20:47:15 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2017-01-24 23:26:52 +0300
commit5bb8590d376094ea7d28fc54d7ab0c1f22906f03 (patch)
treef40e48fd7e7b81e558ed5526307e6204b8a089cd /include/qapi
parent736a83fae4e00215537e91bffdde994ad08ec049 (diff)
downloadqemu-5bb8590d376094ea7d28fc54d7ab0c1f22906f03.tar.gz
include: Fix typos found by codespell
Add also a missing parenthesis in a comment. Signed-off-by: Stefan Weil <sw@weilnetz.de> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/qapi')
-rw-r--r--include/qapi/dealloc-visitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qapi/dealloc-visitor.h b/include/qapi/dealloc-visitor.h
index b3e5c85fd8..c36715fdf3 100644
--- a/include/qapi/dealloc-visitor.h
+++ b/include/qapi/dealloc-visitor.h
@@ -19,7 +19,7 @@
typedef struct QapiDeallocVisitor QapiDeallocVisitor;
/*
- * The dealloc visitor is primarly used only by generated
+ * The dealloc visitor is primarily used only by generated
* qapi_free_FOO() functions, and is the only visitor designed to work
* correctly in the face of a partially-constructed QAPI tree.
*/