]> git.proxmox.com Git - qemu.git/commitdiff
Suppress some variants of English in comments
authorStefan Weil <weil@mail.berlios.de>
Thu, 24 Sep 2009 15:53:10 +0000 (17:53 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 25 Sep 2009 14:31:35 +0000 (16:31 +0200)
Replace surpress, supress by suppress.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
alpha-dis.c
hw/virtio.h
tcg/arm/tcg-target.c
tcg/hppa/tcg-target.c

index 097f06b6939c59705aaa7544f1efc51c84ced855..9fe40cadee05403371250d87eff4cc1a900b0fb4 100644 (file)
@@ -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.  */
index c441a93e55b3477ecb91a88e9b4875942766f151..0f9be7d1065f7d17e8a367b1e58b94f7e990dff3 100644 (file)
@@ -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 */
index 8c385782da304e36ad75e4e43cec975628eb53ef..59e89d486f3a60fbf86122b4d7cd7f90bec12746 100644 (file)
@@ -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
index 5960c0323d7d23d6ec8d122eba329d69a7ed9c35..ddce60c81f094c311cd9b2ed9987402190feb94c 100644 (file)
@@ -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++;