diff options
author | Eric Christopher <echristo@apple.com> | 2011-05-27 03:46:51 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-05-27 03:46:51 +0000 |
commit | bd59e893319e810b342a64aa70d290cfc1482cb2 (patch) | |
tree | 95758d34536aa473765124f4089daa6b8b981f40 /llvm/lib | |
parent | 6d1c4c73a97445a6404fc8008778bdc59216f74d (diff) | |
download | bcm5719-llvm-bd59e893319e810b342a64aa70d290cfc1482cb2.tar.gz bcm5719-llvm-bd59e893319e810b342a64aa70d290cfc1482cb2.zip |
Fix comment.
llvm-svn: 132178
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/ARMFixupKinds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFixupKinds.h b/llvm/lib/Target/ARM/ARMFixupKinds.h index 3d175e38690..350c92decdc 100644 --- a/llvm/lib/Target/ARM/ARMFixupKinds.h +++ b/llvm/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. |