[Lldb-commits] [lldb] r159930 - /lldb/trunk/include/lldb/Core/EmulateInstruction.h
Filipe Cabecinhas
me at filcab.net
Mon Jul 9 06:42:24 PDT 2012
Author: filcab
Date: Mon Jul 9 08:42:24 2012
New Revision: 159930
URL: http://llvm.org/viewvc/llvm-project?rev=159930&view=rev
Log:
Fixed typos found while reading commit logs.
Modified:
lldb/trunk/include/lldb/Core/EmulateInstruction.h
Modified: lldb/trunk/include/lldb/Core/EmulateInstruction.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/EmulateInstruction.h?rev=159930&r1=159929&r2=159930&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/EmulateInstruction.h (original)
+++ lldb/trunk/include/lldb/Core/EmulateInstruction.h Mon Jul 9 08:42:24 2012
@@ -62,10 +62,10 @@
/// the typical prologue opcodes, you can then generate CFI using a
/// class that will soon be available.
///
-/// Implmenting all of the instructions that affect the PC can then
+/// Implementing all of the instructions that affect the PC can then
/// allow single step prediction support.
///
-/// Implmenting all of the instructions allows for emulation of opcodes
+/// Implementing all of the instructions allows for emulation of opcodes
/// for breakpoint traps and will pave the way for "thread centric"
/// debugging. The current debugging model is "process centric" where
/// all threads must be stopped when any thread is stopped; when
More information about the lldb-commits
mailing list