mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
Fix a couple of error message typos.
llvm-svn: 183145
This commit is contained in:
@@ -1954,7 +1954,7 @@ ProcessGDBRemote::DoReadMemory (addr_t addr, void *buf, size_t size, Error &erro
|
||||
}
|
||||
else
|
||||
{
|
||||
error.SetErrorStringWithFormat("failed to sent packet: '%s'", packet);
|
||||
error.SetErrorStringWithFormat("failed to send packet: '%s'", packet);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
@@ -1990,7 +1990,7 @@ ProcessGDBRemote::DoWriteMemory (addr_t addr, const void *buf, size_t size, Erro
|
||||
}
|
||||
else
|
||||
{
|
||||
error.SetErrorStringWithFormat("failed to sent packet: '%s'", packet.GetString().c_str());
|
||||
error.SetErrorStringWithFormat("failed to send packet: '%s'", packet.GetString().c_str());
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user