aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-05-27 03:46:51 +0000
committerEric Christopher <echristo@apple.com>2011-05-27 03:46:51 +0000
commit86bbcbf4b046761ff5bed71ac530a899af331a04 (patch)
tree537abbc4b714b6023b1d7b049ab3406e6966bc07
parentc4cbf9b6aa95cf861a5a80bfccf615ff5c53e4ef (diff)
downloadexternal_llvm-86bbcbf4b046761ff5bed71ac530a899af331a04.zip
external_llvm-86bbcbf4b046761ff5bed71ac530a899af331a04.tar.gz
external_llvm-86bbcbf4b046761ff5bed71ac530a899af331a04.tar.bz2
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132178 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMFixupKinds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFixupKinds.h b/lib/Target/ARM/ARMFixupKinds.h
index 3d175e3..350c92d 100644
--- a/lib/Target/ARM/ARMFixupKinds.h
+++ b/lib/Target/ARM/ARMFixupKinds.h
@@ -56,7 +56,7 @@ enum Fixups {
// fixup_arm_thumb_br - 12-bit fixup for Thumb B instructions.
fixup_arm_thumb_br,
- // fixup_arm_thumb_blx - Fixup for Thumb BL instructions.
+ // fixup_arm_thumb_bl - Fixup for Thumb BL instructions.
fixup_arm_thumb_bl,
// fixup_arm_thumb_blx - Fixup for Thumb BLX instructions.