]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests: Fix typos in comments and help message (found by codespell)
authorStefan Weil <sw@weilnetz.de>
Fri, 13 Jul 2018 05:47:55 +0000 (07:47 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 26 Oct 2018 15:17:32 +0000 (17:17 +0200)
Fix also a grammar issue.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20180713054755.23323-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
tests/bios-tables-test.c
tests/docker/Makefile.include
tests/docker/docker.py
tests/guest-debug/test-gdbstub.py
tests/qemu-iotests/common.qemu
tests/tcg/Makefile.include
tests/tcg/Makefile.probe
tests/tcg/mips/mips64-dsp/subq_s_pw.c

index 4e24930c4bf949427ee0a5b7a5309d3d6438a496..af4b1fb6bd7411e63999a37a78c9428839f53857 100644 (file)
@@ -390,7 +390,7 @@ try_again:
         if (g_file_test(aml_file, G_FILE_TEST_EXISTS)) {
             exp_sdt.aml_file = aml_file;
         } else if (*ext != '\0') {
-            /* try fallback to generic (extention less) expected file */
+            /* try fallback to generic (extension less) expected file */
             ext = "";
             g_free(aml_file);
             goto try_again;
index 6e03235ab929486083c897f5489052bfe8bcdb87..9467e9d088971080a72f1239abce64ba5fd5ea05 100644 (file)
@@ -41,7 +41,7 @@ docker-qemu-src: $(DOCKER_SRC_COPY)
 docker-image: ${DOCKER_TARGETS}
 
 # General rule for building docker images. If we are a sub-make
-# invoked with SKIP_DOCKER_BUILD we still check the image is upto date
+# invoked with SKIP_DOCKER_BUILD we still check the image is up to date
 # though
 ifdef SKIP_DOCKER_BUILD
 docker-image-%: $(DOCKER_FILES_DIR)/%.docker
index 44d5f7493b49776fb40fe0910cdebe8cecdc3849..02d8a838472f4c0da73a8060cf76d690dc8c0455 100755 (executable)
@@ -97,7 +97,7 @@ def _get_so_libs(executable):
     return libs
 
 def _copy_binary_with_libs(src, dest_dir):
-    """Copy a binary executable and all its dependant libraries.
+    """Copy a binary executable and all its dependent libraries.
 
     This does rely on the host file-system being fairly multi-arch
     aware so the file don't clash with the guests layout."""
@@ -284,7 +284,7 @@ class SubCommand(object):
     name = None # Subcommand name
     def shared_args(self, parser):
         parser.add_argument("--quiet", action="store_true",
-                            help="Run quietly unless an error occured")
+                            help="Run quietly unless an error occurred")
 
     def args(self, parser):
         """Setup argument parser"""
index 474d2c5c655dfc98f1c728c2c3fc2faca2b59ce1..0e4ac0142608be4210483827590040fb20b3c02b 100644 (file)
@@ -122,7 +122,7 @@ class CatchBreakpoint(gdb.Breakpoint):
 
 
 def run_test():
-    "Run throught the tests one by one"
+    "Run through the tests one by one"
 
     print ("Checking we can step the first few instructions")
     step_ok = 0
index f2854849519c5bda15fb568af46b849f77bbb03b..dadde2a266c16e96bd4f2f611b0ee4264c9f077d 100644 (file)
@@ -257,7 +257,7 @@ function _launch_qemu()
 }
 
 
-# Silenty kills the QEMU process
+# Silently kills the QEMU process
 #
 # If $wait is set to anything other than the empty string, the process will not
 # be killed but only waited for, and any output will be forwarded to stdout. If
index 57470b2a2cbbb725609dece62326d149211247fb..c581bd6ffc95243ff3b8f3c482efa82b79447169 100644 (file)
@@ -2,7 +2,7 @@
 #
 # TCG tests (per-target rules)
 #
-# This Makefile fragement is included from the per-target
+# This Makefile fragment is included from the per-target
 # Makefile.target so will be invoked for each linux-user program we
 # build. We have two options for compiling, either using a configured
 # guest compiler or calling one of our docker images to do it for us.
index 15c0412657775b1ec741bb3f38ac0f173322da1b..9dc654663d67ab31a239c9a092667b657b155b6c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # TCG Compiler Probe
 #
-# This Makefile fragement is included multiple times in the main make
+# This Makefile fragment is included multiple times in the main make
 # script to probe for available compilers. This is used to build up a
 # selection of required docker targets before we invoke a sub-make for
 # each target.
index e8e0b0567e4c385218f42622a063ca97fbb552fe..4c080b785ad20f4bfd2727f51b20e03b5b6e1145 100644 (file)
@@ -24,7 +24,7 @@ int main(void)
     rt = 0x123456789ABCDEF1;
     rs = 0x123456789ABCDEF2;
     result =  0x0000000000000001;
-    /* This time we do not set dspctrl, but it setted in pre-action. */
+    /* This time we do not set dspctrl, but set it in pre-action. */
     dspresult = 0x1;
 
     __asm