summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2012-05-07 09:30:51 +0000
committerFilipe Cabecinhas <me@filcab.net>2012-05-07 09:30:51 +0000
commitf86cf781906eb24ab1163a21cdf11360051493d9 (patch)
tree9cdf5caec03a22f20530c479e5b60d8555d48728 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
parent805d8dc52a9b7af01447b7afd64679060042ddc8 (diff)
downloadbcm5719-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.cpp2
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);
OpenPOWER on IntegriCloud