[Lldb-commits] [lldb] r156300 - /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp

Filipe Cabecinhas me at filcab.net
Mon May 7 02:30:51 PDT 2012


Author: filcab
Date: Mon May  7 04:30:51 2012
New Revision: 156300

URL: http://llvm.org/viewvc/llvm-project?rev=156300&view=rev
Log:
Remove repeated word.

Modified:
    lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp

Modified: lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp?rev=156300&r1=156299&r2=156300&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp Mon May  7 04:30:51 2012
@@ -1407,7 +1407,7 @@
             else if (name.compare("name") == 0)
             {
                 StringExtractor extractor;
-                // The the process name from ASCII hex bytes since we can't 
+                // The process name from ASCII hex bytes since we can't 
                 // control the characters in a process name
                 extractor.GetStringRef().swap(value);
                 extractor.SetFilePos(0);





More information about the lldb-commits mailing list