aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2018-01-11 17:20:16 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2018-02-10 10:02:30 +0300
commit8ff5b30b38cae61f7709114307b04bab879f3f04 (patch)
tree80542ad6743f0b0f4429ae19f7967d24c4097ab8
parentc7b02d7d032d6022060e4b393827c963c93ce63f (diff)
qapi-schema.json: spelling (independant comparation)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@redhat.com>
-rw-r--r--qapi-schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index 5c06745c79..0262b9f20b 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2023,7 +2023,7 @@
#
# @static: Expand to a static CPU model, a combination of a static base
# model name and property delta changes. As the static base model will
-# never change, the expanded CPU model will be the same, independant of
+# never change, the expanded CPU model will be the same, independent of
# independent of QEMU version, machine type, machine options, and
# accelerator options. Therefore, the resulting model can be used by
# tooling without having to specify a compatibility machine - e.g. when
@@ -2102,7 +2102,7 @@
##
# @CpuModelCompareResult:
#
-# An enumeration of CPU model comparation results. The result is usually
+# An enumeration of CPU model comparison results. The result is usually
# calculated using e.g. CPU features or CPU generations.
#
# @incompatible: If model A is incompatible to model B, model A is not