From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1fdtjO-00087s-Vo for mharc-qemu-trivial@gnu.org; Fri, 13 Jul 2018 04:47:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdtjL-00087I-R9 for qemu-trivial@nongnu.org; Fri, 13 Jul 2018 04:47:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdtjI-00068Y-NI for qemu-trivial@nongnu.org; Fri, 13 Jul 2018 04:47:11 -0400 Received: from mail-wr1-x42e.google.com ([2a00:1450:4864:20::42e]:40553) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdtjI-00067c-Bu for qemu-trivial@nongnu.org; Fri, 13 Jul 2018 04:47:08 -0400 Received: by mail-wr1-x42e.google.com with SMTP id t6-v6so24282681wrn.7 for ; Fri, 13 Jul 2018 01:47:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version:content-transfer-encoding; bh=y1z2xwL17tcv20pJl55BXW7NI7K8arn5wHptpq7qQHQ=; b=CXcTnKlY94rQNk8RzPHjQiAr++TfJ4HolNJZAnm+cBDix7VuPmP6Vki+1CKrlNy9KV kMYYOq7eiqGf/U/0+cQhVVMPIrCE2UwanzJPOSHK/8SxQqy6IUjMkFBPVItCs+VZvDQU /s/+7ZYAc2gHAUQS//d3/5TNtory2oJ/HlKV8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version:content-transfer-encoding; bh=y1z2xwL17tcv20pJl55BXW7NI7K8arn5wHptpq7qQHQ=; b=XLT3Vozs1Z4pINB66IWzmW5zdfY/yCvj6AZGco54azCqAggBfPP1tLBMe5Sp1Bxa78 ynvQV+Y8sxcHVz/0xUHqAQfBDEeQzpGOdLVY8xV+bCtRqUMiQSWtaOsG3xlN8tVZ8dqg G/YTRB2eBOz+bCPTE/17y3vxrtmctb00Y37d6GyAFXiEN84KJ0G08eh5meVnfaDehIKX Qe/MFawd08e6bhqke89cGSKyduwE15clLJfz/06DI/bCVG/Y51m5oWnBnLnpoYpLWxOg FtafLYht3hy/9XDlehqBOL8whjqqmTcv5s4MsG18fjMKZLGuQtFgRaBxcfmflgMokL1z LYQg== X-Gm-Message-State: AOUpUlFzv8VU4u7SDFTA5gUmOLy49TDWievHXI89WBnUdDmIVasJu2kF L5NEFZT6oNEf/00hk9nv/xrpHg== X-Google-Smtp-Source: AAOMgpf6fnGkDZiPvY5PLVhJW/ty98biUdMHe63oDQ3HIx0pRi7Iqkugel/Td/819MYqjNU85tC1jw== X-Received: by 2002:adf:8325:: with SMTP id 34-v6mr4085238wrd.67.1531471626968; Fri, 13 Jul 2018 01:47:06 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id o13-v6sm4843919wmc.8.2018.07.13.01.47.06 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 13 Jul 2018 01:47:06 -0700 (PDT) Received: from zen (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTPS id E16CF3E00A7; Fri, 13 Jul 2018 09:47:05 +0100 (BST) References: <20180713054755.23323-1-sw@weilnetz.de> User-agent: mu4e 1.1.0; emacs 26.1.50 From: Alex =?utf-8?Q?Benn=C3=A9e?= To: Stefan Weil Cc: QEMU Developer , QEMU Trivial , Fam Zheng In-reply-to: <20180713054755.23323-1-sw@weilnetz.de> Date: Fri, 13 Jul 2018 09:47:05 +0100 Message-ID: <877elzcyk6.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::42e Subject: Re: [Qemu-trivial] [PATCH] tests: Fix typos in comments and help message (found by codespell) X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2018 08:47:13 -0000 Stefan Weil writes: > Fix also a grammar issue. > > Signed-off-by: Stefan Weil *blush* 5 of those are my spelling mistakes, so have an embarrassed: Reviewed-by: Alex Benn=C3=A9e > --- > tests/bios-tables-test.c | 2 +- > tests/docker/Makefile.include | 2 +- > tests/docker/docker.py | 4 ++-- > tests/guest-debug/test-gdbstub.py | 2 +- > tests/qemu-iotests/common.qemu | 2 +- > tests/tcg/Makefile.include | 2 +- > tests/tcg/Makefile.probe | 2 +- > tests/tcg/mips/mips64-dsp/subq_s_pw.c | 2 +- > 8 files changed, 9 insertions(+), 9 deletions(-) > > diff --git a/tests/bios-tables-test.c b/tests/bios-tables-test.c > index 4e24930c4b..af4b1fb6bd 100644 > --- a/tests/bios-tables-test.c > +++ b/tests/bios-tables-test.c > @@ -390,7 +390,7 @@ try_again: > if (g_file_test(aml_file, G_FILE_TEST_EXISTS)) { > exp_sdt.aml_file =3D aml_file; > } else if (*ext !=3D '\0') { > - /* try fallback to generic (extention less) expected file */ > + /* try fallback to generic (extension less) expected file */ > ext =3D ""; > g_free(aml_file); > goto try_again; > diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include > index b2a7e761cc..d865dcfdaa 100644 > --- a/tests/docker/Makefile.include > +++ b/tests/docker/Makefile.include > @@ -37,7 +37,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 > diff --git a/tests/docker/docker.py b/tests/docker/docker.py > index 69e7130db7..b82926596c 100755 > --- a/tests/docker/docker.py > +++ b/tests/docker/docker.py > @@ -99,7 +99,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.""" > @@ -261,7 +261,7 @@ class SubCommand(object): > name =3D None # Subcommand name > def shared_args(self, parser): > parser.add_argument("--quiet", action=3D"store_true", > - help=3D"Run quietly unless an error occured") > + help=3D"Run quietly unless an error occurred= ") > > def args(self, parser): > """Setup argument parser""" > diff --git a/tests/guest-debug/test-gdbstub.py b/tests/guest-debug/test-g= dbstub.py > index 474d2c5c65..0e4ac01426 100644 > --- a/tests/guest-debug/test-gdbstub.py > +++ b/tests/guest-debug/test-gdbstub.py > @@ -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 =3D 0 > diff --git a/tests/qemu-iotests/common.qemu b/tests/qemu-iotests/common.q= emu > index f285484951..dadde2a266 100644 > --- a/tests/qemu-iotests/common.qemu > +++ b/tests/qemu-iotests/common.qemu > @@ -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 w= ill not > # be killed but only waited for, and any output will be forwarded to std= out. If > diff --git a/tests/tcg/Makefile.include b/tests/tcg/Makefile.include > index 57470b2a2c..c581bd6ffc 100644 > --- a/tests/tcg/Makefile.include > +++ b/tests/tcg/Makefile.include > @@ -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. > diff --git a/tests/tcg/Makefile.probe b/tests/tcg/Makefile.probe > index 15c0412657..9dc654663d 100644 > --- a/tests/tcg/Makefile.probe > +++ b/tests/tcg/Makefile.probe > @@ -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. > diff --git a/tests/tcg/mips/mips64-dsp/subq_s_pw.c b/tests/tcg/mips/mips6= 4-dsp/subq_s_pw.c > index e8e0b0567e..4c080b785a 100644 > --- a/tests/tcg/mips/mips64-dsp/subq_s_pw.c > +++ b/tests/tcg/mips/mips64-dsp/subq_s_pw.c > @@ -24,7 +24,7 @@ int main(void) > rt =3D 0x123456789ABCDEF1; > rs =3D 0x123456789ABCDEF2; > result =3D 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 =3D 0x1; > > __asm -- Alex Benn=C3=A9e From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdtjL-00087H-Qo for qemu-devel@nongnu.org; Fri, 13 Jul 2018 04:47:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdtjI-00068e-PG for qemu-devel@nongnu.org; Fri, 13 Jul 2018 04:47:11 -0400 Received: from mail-wr1-x42a.google.com ([2a00:1450:4864:20::42a]:39148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdtjI-00067k-Gx for qemu-devel@nongnu.org; Fri, 13 Jul 2018 04:47:08 -0400 Received: by mail-wr1-x42a.google.com with SMTP id h10-v6so24284800wre.6 for ; Fri, 13 Jul 2018 01:47:08 -0700 (PDT) References: <20180713054755.23323-1-sw@weilnetz.de> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20180713054755.23323-1-sw@weilnetz.de> Date: Fri, 13 Jul 2018 09:47:05 +0100 Message-ID: <877elzcyk6.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] tests: Fix typos in comments and help message (found by codespell) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developer , QEMU Trivial , Fam Zheng Stefan Weil writes: > Fix also a grammar issue. > > Signed-off-by: Stefan Weil *blush* 5 of those are my spelling mistakes, so have an embarrassed: Reviewed-by: Alex Benn=C3=A9e > --- > tests/bios-tables-test.c | 2 +- > tests/docker/Makefile.include | 2 +- > tests/docker/docker.py | 4 ++-- > tests/guest-debug/test-gdbstub.py | 2 +- > tests/qemu-iotests/common.qemu | 2 +- > tests/tcg/Makefile.include | 2 +- > tests/tcg/Makefile.probe | 2 +- > tests/tcg/mips/mips64-dsp/subq_s_pw.c | 2 +- > 8 files changed, 9 insertions(+), 9 deletions(-) > > diff --git a/tests/bios-tables-test.c b/tests/bios-tables-test.c > index 4e24930c4b..af4b1fb6bd 100644 > --- a/tests/bios-tables-test.c > +++ b/tests/bios-tables-test.c > @@ -390,7 +390,7 @@ try_again: > if (g_file_test(aml_file, G_FILE_TEST_EXISTS)) { > exp_sdt.aml_file =3D aml_file; > } else if (*ext !=3D '\0') { > - /* try fallback to generic (extention less) expected file */ > + /* try fallback to generic (extension less) expected file */ > ext =3D ""; > g_free(aml_file); > goto try_again; > diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include > index b2a7e761cc..d865dcfdaa 100644 > --- a/tests/docker/Makefile.include > +++ b/tests/docker/Makefile.include > @@ -37,7 +37,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 > diff --git a/tests/docker/docker.py b/tests/docker/docker.py > index 69e7130db7..b82926596c 100755 > --- a/tests/docker/docker.py > +++ b/tests/docker/docker.py > @@ -99,7 +99,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.""" > @@ -261,7 +261,7 @@ class SubCommand(object): > name =3D None # Subcommand name > def shared_args(self, parser): > parser.add_argument("--quiet", action=3D"store_true", > - help=3D"Run quietly unless an error occured") > + help=3D"Run quietly unless an error occurred= ") > > def args(self, parser): > """Setup argument parser""" > diff --git a/tests/guest-debug/test-gdbstub.py b/tests/guest-debug/test-g= dbstub.py > index 474d2c5c65..0e4ac01426 100644 > --- a/tests/guest-debug/test-gdbstub.py > +++ b/tests/guest-debug/test-gdbstub.py > @@ -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 =3D 0 > diff --git a/tests/qemu-iotests/common.qemu b/tests/qemu-iotests/common.q= emu > index f285484951..dadde2a266 100644 > --- a/tests/qemu-iotests/common.qemu > +++ b/tests/qemu-iotests/common.qemu > @@ -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 w= ill not > # be killed but only waited for, and any output will be forwarded to std= out. If > diff --git a/tests/tcg/Makefile.include b/tests/tcg/Makefile.include > index 57470b2a2c..c581bd6ffc 100644 > --- a/tests/tcg/Makefile.include > +++ b/tests/tcg/Makefile.include > @@ -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. > diff --git a/tests/tcg/Makefile.probe b/tests/tcg/Makefile.probe > index 15c0412657..9dc654663d 100644 > --- a/tests/tcg/Makefile.probe > +++ b/tests/tcg/Makefile.probe > @@ -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. > diff --git a/tests/tcg/mips/mips64-dsp/subq_s_pw.c b/tests/tcg/mips/mips6= 4-dsp/subq_s_pw.c > index e8e0b0567e..4c080b785a 100644 > --- a/tests/tcg/mips/mips64-dsp/subq_s_pw.c > +++ b/tests/tcg/mips/mips64-dsp/subq_s_pw.c > @@ -24,7 +24,7 @@ int main(void) > rt =3D 0x123456789ABCDEF1; > rs =3D 0x123456789ABCDEF2; > result =3D 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 =3D 0x1; > > __asm -- Alex Benn=C3=A9e