diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-06-26 06:32:04 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-06-26 06:32:04 +0000 |
commit | 4484ff03dfc43b6350b72e08e06f356608908105 (patch) | |
tree | 88a880210ec68c994ab0dcae8bb5b08473baff0f /llvm/test | |
parent | 2927cb7520fdc9e46fbbdbb69a064b77c52c22fc (diff) | |
download | bcm5719-llvm-4484ff03dfc43b6350b72e08e06f356608908105.tar.gz bcm5719-llvm-4484ff03dfc43b6350b72e08e06f356608908105.zip |
fix trivial typo in comment, NFC
llvm-svn: 306274
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/MC/AsmParser/negativ_altmacro_expression.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AsmParser/negativ_altmacro_expression.s b/llvm/test/MC/AsmParser/negativ_altmacro_expression.s index edcc9c99869..fabf46c47ef 100644 --- a/llvm/test/MC/AsmParser/negativ_altmacro_expression.s +++ b/llvm/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 |