From: Stefan Weil <weil@mail.berlios.de>
To: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH] Suppress some variants of English in comments
Date: Thu, 24 Sep 2009 17:53:10 +0200 [thread overview]
Message-ID: <1253807590-6304-1-git-send-email-weil@mail.berlios.de> (raw)
Replace surpress, supress by suppress.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
alpha-dis.c | 4 ++--
hw/virtio.h | 2 +-
tcg/arm/tcg-target.c | 4 ++--
tcg/hppa/tcg-target.c | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/alpha-dis.c b/alpha-dis.c
index 097f06b..9fe40ca 100644
--- a/alpha-dis.c
+++ b/alpha-dis.c
@@ -158,7 +158,7 @@ extern const unsigned alpha_num_operands;
instructions which want their operands to look like "Ra,disp(Rb)". */
#define AXP_OPERAND_PARENS 02
-/* Used in combination with PARENS, this supresses the supression of
+/* Used in combination with PARENS, this suppresses the suppression of
the comma. This is used for "jmp Ra,(Rb),hint". */
#define AXP_OPERAND_COMMA 04
@@ -179,7 +179,7 @@ extern const unsigned alpha_num_operands;
a flags value of 0 can be treated as end-of-arguments. */
#define AXP_OPERAND_UNSIGNED 0200
-/* Supress overflow detection on this field. This is used for hints. */
+/* Suppress overflow detection on this field. This is used for hints. */
#define AXP_OPERAND_NOOVERFLOW 0400
/* Mask for optional argument default value. */
diff --git a/hw/virtio.h b/hw/virtio.h
index c441a93..0f9be7d 100644
--- a/hw/virtio.h
+++ b/hw/virtio.h
@@ -30,7 +30,7 @@
/* We've given up on this device. */
#define VIRTIO_CONFIG_S_FAILED 0x80
-/* We notify when the ring is completely used, even if the guest is supressing
+/* We notify when the ring is completely used, even if the guest is suppressing
* callbacks */
#define VIRTIO_F_NOTIFY_ON_EMPTY 24
/* We support indirect buffer descriptors */
diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c
index 8c38578..59e89d4 100644
--- a/tcg/arm/tcg-target.c
+++ b/tcg/arm/tcg-target.c
@@ -907,7 +907,7 @@ static inline void tcg_out_qemu_ld(TCGContext *s, int cond,
if (opc == 3)
data_reg2 = *args++;
else
- data_reg2 = 0; /* surpress warning */
+ data_reg2 = 0; /* suppress warning */
addr_reg = *args++;
#ifdef CONFIG_SOFTMMU
# if TARGET_LONG_BITS == 64
@@ -1105,7 +1105,7 @@ static inline void tcg_out_qemu_st(TCGContext *s, int cond,
if (opc == 3)
data_reg2 = *args++;
else
- data_reg2 = 0; /* surpress warning */
+ data_reg2 = 0; /* suppress warning */
addr_reg = *args++;
#ifdef CONFIG_SOFTMMU
# if TARGET_LONG_BITS == 64
diff --git a/tcg/hppa/tcg-target.c b/tcg/hppa/tcg-target.c
index 5960c03..ddce60c 100644
--- a/tcg/hppa/tcg-target.c
+++ b/tcg/hppa/tcg-target.c
@@ -382,7 +382,7 @@ static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, int opc)
if (opc == 3)
data_reg2 = *args++;
else
- data_reg2 = 0; /* surpress warning */
+ data_reg2 = 0; /* suppress warning */
addr_reg = *args++;
#if TARGET_LONG_BITS == 64
addr_reg2 = *args++;
@@ -554,7 +554,7 @@ static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, int opc)
if (opc == 3)
data_reg2 = *args++;
else
- data_reg2 = 0; /* surpress warning */
+ data_reg2 = 0; /* suppress warning */
addr_reg = *args++;
#if TARGET_LONG_BITS == 64
addr_reg2 = *args++;
--
1.5.6.5
reply other threads:[~2009-09-24 15:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1253807590-6304-1-git-send-email-weil@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).