Author: sas
Date: Wed Sep  9 17:58:23 2015
New Revision: 247206

URL: http://llvm.org/viewvc/llvm-project?rev=247206&view=rev
Log:
Fix a small comment typo in Windows Process code.

Modified:
    lldb/trunk/source/Plugins/Process/Windows/Live/LocalDebugDelegate.h

Modified: lldb/trunk/source/Plugins/Process/Windows/Live/LocalDebugDelegate.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Windows/Live/LocalDebugDelegate.h?rev=247206&r1=247205&r2=247206&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Windows/Live/LocalDebugDelegate.h 
(original)
+++ lldb/trunk/source/Plugins/Process/Windows/Live/LocalDebugDelegate.h Wed Sep 
 9 17:58:23 2015
@@ -31,9 +31,9 @@ namespace lldb_private
 // 1) In the future when we add support for local debugging through LLGS, and 
we
 //    go through the Native*Protocol interface, it is likely we will need the
 //    additional flexibility provided by this sort of adapter pattern.
-// 2) LLDB holds a shared_ptr to the ProcessWindows, and our driver thread also
-//    also needs access to it as well.  To avoid a race condition, we want to
-//    make sure that we're also holding onto a shared_ptr.
+// 2) LLDB holds a shared_ptr to the ProcessWindows, and our driver thread
+//    needs access to it as well.  To avoid a race condition, we want to make
+//    sure that we're also holding onto a shared_ptr.
 //    lldb_private::Process supports enable_shared_from_this, but that gives us
 //    a ProcessSP (which is exactly what we are trying to decouple from the
 //    driver), so this adapter serves as a way to transparently hold the


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to