diff options
Diffstat (limited to 'test/MC/AsmParser/negativ_altmacro_expression.s')
-rw-r--r-- | test/MC/AsmParser/negativ_altmacro_expression.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/negativ_altmacro_expression.s b/test/MC/AsmParser/negativ_altmacro_expression.s index edcc9c998699d..fabf46c47ef1f 100644 --- a/test/MC/AsmParser/negativ_altmacro_expression.s +++ b/test/MC/AsmParser/negativ_altmacro_expression.s @@ -4,7 +4,7 @@ # In this test we check the '.noaltmacro' directive. # We expect that '.altmacro' and '.noaltmacro' will act as a switch on/off directives to the alternate macro mode. # .noaltmacro returns the format into a regular macro handling. -# The defult mode is ".noaltmacro" as first test checks. +# The default mode is ".noaltmacro" as first test checks. # CHECK: error: unknown token in expression # CHECK-NEXT: addl $%(1%4), %eax |