]> granicus.if.org Git - llvm/commitdiff
Fix typo in comment
authorArtyom Skrobov <Artyom.Skrobov@arm.com>
Tue, 14 Mar 2017 14:13:19 +0000 (14:13 +0000)
committerArtyom Skrobov <Artyom.Skrobov@arm.com>
Tue, 14 Mar 2017 14:13:19 +0000 (14:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297742 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp

index 469c47d236dab08a604740fbe7287cc7afeb0319..4b0f0ce88e8b136b805e2b5550f6f79354283e3e 100644 (file)
@@ -741,7 +741,7 @@ void ARMAsmBackend::processFixupValue(const MCAssembler &Asm,
 
   // Try to get the encoded value for the fixup as-if we're mapping it into
   // the instruction. This allows adjustFixupValue() to issue a diagnostic
-  // if the value aren't invalid.
+  // if the value is invalid.
   (void)adjustFixupValue(Fixup, Value, false, &Asm.getContext(),
                          IsLittleEndian, IsResolved);
 }