[Lldb-commits] [lldb] r189803 - Fix a few typos in the comments.

Hafiz Abid Qadeer hafiz_abid at mentor.com
Tue Sep 3 06:28:01 PDT 2013


Author: abidh
Date: Tue Sep  3 08:28:01 2013
New Revision: 189803

URL: http://llvm.org/viewvc/llvm-project?rev=189803&view=rev
Log:
Fix a few typos in the comments.

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=189803&r1=189802&r2=189803&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/EmulateInstruction.h (original)
+++ lldb/trunk/include/lldb/Core/EmulateInstruction.h Tue Sep  3 08:28:01 2013
@@ -69,14 +69,14 @@
 /// debugging. The current debugging model is "process centric" where
 /// all threads must be stopped when any thread is stopped; when
 /// hitting software breakpoints we must disable the breakpoint by
-/// restoring the original breakpoint opcde, single stepping and 
+/// restoring the original breakpoint opcode, single stepping and
 /// restoring the breakpoint trap. If all threads were allowed to run
 /// then other threads could miss the breakpoint. 
 ///
 /// This class centralizes the code that usually is done in separate 
 /// code paths in a debugger (single step prediction, finding save
 /// restore locations of registers for unwinding stack frame variables)
-/// and emulating the intruction is just a bonus.
+/// and emulating the instruction is just a bonus.
 //----------------------------------------------------------------------
 
 namespace lldb_private {





More information about the lldb-commits mailing list