[Lldb-commits] [lldb] r221950 - fix minor comment typo

Vince Harron vharron at google.com
Thu Nov 13 15:45:59 PST 2014


Author: vharron
Date: Thu Nov 13 17:45:59 2014
New Revision: 221950

URL: http://llvm.org/viewvc/llvm-project?rev=221950&view=rev
Log:
fix minor comment typo

Modified:
    lldb/trunk/source/Host/common/NativeProcessProtocol.h

Modified: lldb/trunk/source/Host/common/NativeProcessProtocol.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/NativeProcessProtocol.h?rev=221950&r1=221949&r2=221950&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/NativeProcessProtocol.h (original)
+++ lldb/trunk/source/Host/common/NativeProcessProtocol.h Thu Nov 13 17:45:59 2014
@@ -304,7 +304,7 @@ namespace lldb_private
         void
         SetState (lldb::StateType state, bool notify_delegates = true);
 
-        // Derived classes need not impelment this.  It can be used as a
+        // Derived classes need not implement this.  It can be used as a
         // hook to clear internal caches that should be invalidated when
         // stop ids change.
         //





More information about the lldb-commits mailing list