aboutsummaryrefslogtreecommitdiff
path: root/alpha-dis.c
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2009-09-24 17:53:10 +0200
committerAurelien Jarno <aurelien@aurel32.net>2009-09-25 16:31:35 +0200
commitd89c682f204a7a84e25cb3ecd35c7f7b94db2b4d (patch)
tree031db3f65e9fbbf642e7fedcf7e6f81f7a2789ae /alpha-dis.c
parent01b5d4e5cc509812a869843f65cb4728dea25be4 (diff)
Suppress some variants of English in comments
Replace surpress, supress by suppress. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'alpha-dis.c')
-rw-r--r--alpha-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpha-dis.c b/alpha-dis.c
index 097f06b693..9fe40cadee 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. */