summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-04-09 04:37:53 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-04-09 04:37:53 +0000
commit9ff2380ea6d2d186471b394227e332b705f1c7c9 (patch)
tree758973fd55b6e0941de91449ca6068056a6d18ff /llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
parentf73514c81060cfb8f718b2b18322fe902a9d6f8c (diff)
downloadbcm5719-llvm-9ff2380ea6d2d186471b394227e332b705f1c7c9.tar.gz
bcm5719-llvm-9ff2380ea6d2d186471b394227e332b705f1c7c9.zip
[NFC] fix trivial typos in comments and error message
"is is" -> "is", "are are" -> "are" llvm-svn: 329546
Diffstat (limited to 'llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp')
-rw-r--r--llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp2
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 ff507ab7162..4fb1db5a218 100644
--- a/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
+++ b/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
@@ -239,7 +239,7 @@ const char *ARMAsmBackend::reasonForFixupRelaxation(const MCFixup &Fixup,
}
case ARM::fixup_arm_thumb_cb: {
// If we have a Thumb CBZ or CBNZ instruction and its target is the next
- // instruction it is is actually out of range for the instruction.
+ // instruction it is actually out of range for the instruction.
// It will be changed to a NOP.
int64_t Offset = (Value & ~1);
if (Offset == 2)
OpenPOWER on IntegriCloud