From c412df4601f416f88a4c94ea21e694ae2af3d941 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297742 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp b/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp index 469c47d236d..4b0f0ce88e8 100644 --- a/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp +++ b/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); } -- 2.50.1