[Qemu-devel] [PATCH trivial] qapi-schema.json: spelling (independant comparation)

Michael Tokarev posted 1 patch 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180111142125.17034-1-mjt@msgid.tls.msk.ru
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
qapi-schema.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH trivial] qapi-schema.json: spelling (independant comparation)
Posted by Michael Tokarev 6 years, 3 months ago
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 qapi-schema.json | 4 ++--
 1 file 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
-- 
2.11.0


Re: [Qemu-devel] [PATCH trivial] qapi-schema.json: spelling (independant comparation)
Posted by Eric Blake 6 years, 3 months ago
On 01/11/2018 08:21 AM, Michael Tokarev wrote:
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>  qapi-schema.json | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> 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
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org