[Lldb-commits] [lldb] r125812 - /lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp

Johnny Chen johnny.chen at apple.com
Thu Feb 17 17:26:39 PST 2011


Author: johnny
Date: Thu Feb 17 19:26:39 2011
New Revision: 125812

URL: http://llvm.org/viewvc/llvm-project?rev=125812&view=rev
Log:
Fix typo.

Modified:
    lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp

Modified: lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp?rev=125812&r1=125811&r2=125812&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp (original)
+++ lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp Thu Feb 17 19:26:39 2011
@@ -4258,7 +4258,7 @@
 }
                   
 // 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)
 {





More information about the lldb-commits mailing list