diff options
author | Artyom Skrobov <Artyom.Skrobov@arm.com> | 2017-03-14 14:13:19 +0000 |
---|---|---|
committer | Artyom Skrobov <Artyom.Skrobov@arm.com> | 2017-03-14 14:13:19 +0000 |
commit | 2de256642bb2dce8a5d043a21785cac4b926a094 (patch) | |
tree | 0c4851746ac8c59e14e8447ed2bc5adcf725a9f1 | |
parent | 3a196cbc4f2b40e622eae8b15e3302c5a6800900 (diff) | |
download | bcm5719-llvm-2de256642bb2dce8a5d043a21785cac4b926a094.tar.gz bcm5719-llvm-2de256642bb2dce8a5d043a21785cac4b926a094.zip |
Fix typo in comment
llvm-svn: 297742
-rw-r--r-- | llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp b/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp index 469c47d236d..4b0f0ce88e8 100644 --- a/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp +++ b/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp @@ -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); } |