[llvm] r297742 - Fix typo in comment
Artyom Skrobov via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 07:13:19 PDT 2017
Author: askrobov
Date: Tue Mar 14 09:13:19 2017
New Revision: 297742
URL: http://llvm.org/viewvc/llvm-project?rev=297742&view=rev
Log:
Fix typo in comment
Modified:
llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
Modified: llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp?rev=297742&r1=297741&r2=297742&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp (original)
+++ llvm/trunk/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp Tue Mar 14 09:13:19 2017
@@ -741,7 +741,7 @@ void ARMAsmBackend::processFixupValue(co
// 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);
}
More information about the llvm-commits
mailing list