commit | e61ec7f0fc290d6dc6f99f9b177567efaf63738e | [log] [tgz] |
---|---|---|
author | Filipe Cabecinhas <me@filcab.net> | Mon May 07 09:30:51 2012 +0000 |
committer | Filipe Cabecinhas <me@filcab.net> | Mon May 07 09:30:51 2012 +0000 |
tree | eb62fd5fa29a6f8ba49a74556f70ed7d78bb7b71 | |
parent | 78c180ab423d3a802566d49a41363b132f20c907 [diff] [blame] |
Remove repeated word. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@156300 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp b/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp index a31f48a..7ed0f5f 100644 --- a/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp +++ b/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
@@ -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);