Remove repeated word.

llvm-svn: 156300
This commit is contained in:
Filipe Cabecinhas 2012-05-07 09:30:51 +00:00
parent 805d8dc52a
commit f86cf78190
1 changed files with 1 additions and 1 deletions

View File

@ -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);