Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit c412df4

Browse files
Artyom SkrobovArtyom Skrobov
authored andcommitted
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297742 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ace7143 commit c412df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ void ARMAsmBackend::processFixupValue(const MCAssembler &Asm,
741741

742742
// Try to get the encoded value for the fixup as-if we're mapping it into
743743
// the instruction. This allows adjustFixupValue() to issue a diagnostic
744-
// if the value aren't invalid.
744+
// if the value is invalid.
745745
(void)adjustFixupValue(Fixup, Value, false, &Asm.getContext(),
746746
IsLittleEndian, IsResolved);
747747
}

0 commit comments

Comments
 (0)