[llvm] r306274 - fix trivial typo in comment, NFC

Hiroshi Inoue via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 25 23:32:04 PDT 2017


Author: inouehrs
Date: Sun Jun 25 23:32:04 2017
New Revision: 306274

URL: http://llvm.org/viewvc/llvm-project?rev=306274&view=rev
Log:
fix trivial typo in comment, NFC


Modified:
    llvm/trunk/test/MC/AsmParser/negativ_altmacro_expression.s

Modified: llvm/trunk/test/MC/AsmParser/negativ_altmacro_expression.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/negativ_altmacro_expression.s?rev=306274&r1=306273&r2=306274&view=diff
==============================================================================
--- llvm/trunk/test/MC/AsmParser/negativ_altmacro_expression.s (original)
+++ llvm/trunk/test/MC/AsmParser/negativ_altmacro_expression.s Sun Jun 25 23:32:04 2017
@@ -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




More information about the llvm-commits mailing list