mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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>
This commit is contained in:
parent
01b5d4e5cc
commit
d89c682f20
4 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue