diff options
| author | Filipe Cabecinhas <me@filcab.net> | 2012-05-07 09:30:51 +0000 |
|---|---|---|
| committer | Filipe Cabecinhas <me@filcab.net> | 2012-05-07 09:30:51 +0000 |
| commit | f86cf781906eb24ab1163a21cdf11360051493d9 (patch) | |
| tree | 9cdf5caec03a22f20530c479e5b60d8555d48728 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | |
| parent | 805d8dc52a9b7af01447b7afd64679060042ddc8 (diff) | |
| download | bcm5719-llvm-f86cf781906eb24ab1163a21cdf11360051493d9.tar.gz bcm5719-llvm-f86cf781906eb24ab1163a21cdf11360051493d9.zip | |
Remove repeated word.
llvm-svn: 156300
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
| -rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp index a31f48af1f7..7ed0f5f2c7b 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp @@ -1407,7 +1407,7 @@ GDBRemoteCommunicationClient::DecodeProcessInfoResponse (StringExtractorGDBRemot 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); |

