commit | f86cf781906eb24ab1163a21cdf11360051493d9 | [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 | 9cdf5caec03a22f20530c479e5b60d8555d48728 | |
parent | 805d8dc52a9b7af01447b7afd64679060042ddc8 [diff] [blame] |
Remove repeated word. llvm-svn: 156300
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp index a31f48a..7ed0f5f 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp +++ b/lldb/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);