summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp2
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)
{
OpenPOWER on IntegriCloud