Fix typo; NFC

llvm-svn: 357495
This commit is contained in:
Aaron Smith 2019-04-02 17:02:21 +00:00
parent fa6cd5ceb9
commit b622809b2d
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ public:
virtual uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset,
const void *src, uint64_t src_len, Status &error) {
error.SetErrorStringWithFormat(
"Platform::ReadFile() is not supported in the %s platform",
"Platform::WriteFile() is not supported in the %s platform",
GetName().GetCString());
return -1;
}