diff options
author | Stefan Weil <weil@mail.berlios.de> | 2009-09-24 17:53:10 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-09-25 16:31:35 +0200 |
commit | d89c682f204a7a84e25cb3ecd35c7f7b94db2b4d (patch) | |
tree | 031db3f65e9fbbf642e7fedcf7e6f81f7a2789ae /tcg/arm | |
parent | 01b5d4e5cc509812a869843f65cb4728dea25be4 (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 'tcg/arm')
-rw-r--r-- | tcg/arm/tcg-target.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c index 8c385782da..59e89d486f 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 |