From 2de256642bb2dce8a5d043a21785cac4b926a094 Mon Sep 17 00:00:00 2001 From: Artyom Skrobov Date: Tue, 14 Mar 2017 14:13:19 +0000 Subject: [PATCH] Fix typo in comment llvm-svn: 297742 --- llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp b/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp index 469c47d236da..4b0f0ce88e8b 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); }