diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-02-18 01:26:39 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-02-18 01:26:39 +0000 |
commit | f401d69c858df5e1f6ee47ab5d79079a1b92af6d (patch) | |
tree | ce0bcadacf1a4232bbf13f28a443ca3fb26a3905 | |
parent | f9e7f09c84015f747f42db1cd8136b302a26e1f9 (diff) | |
download | bcm5719-llvm-f401d69c858df5e1f6ee47ab5d79079a1b92af6d.tar.gz bcm5719-llvm-f401d69c858df5e1f6ee47ab5d79079a1b92af6d.zip |
Fix typo.
llvm-svn: 125812
-rw-r--r-- | lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp index ff32926690d..837f19d3ff7 100644 --- a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp +++ b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp @@ -4258,7 +4258,7 @@ EmulateInstructionARM::EmulateSTRBThumb (ARMEncoding encoding) } // LDR (immediate, ARM) calculates an address from a base register value and an immediate offset, loads a word -// from memory, and writes it to a register. It an use offset, post-indexed, or pre-indexed addressing. +// from memory, and writes it to a register. It can use offset, post-indexed, or pre-indexed addressing. bool EmulateInstructionARM::EmulateLDRImmediateARM (ARMEncoding encoding) { |