Fix typo.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@125812 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp b/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
index ff32926..837f19d 100644
--- a/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
+++ b/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
@@ -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)
 {