From b622809b2df19da227d5ea74870f1716f5875b96 Mon Sep 17 00:00:00 2001 From: Aaron Smith Date: Tue, 2 Apr 2019 17:02:21 +0000 Subject: [PATCH] Fix typo; NFC llvm-svn: 357495 --- lldb/include/lldb/Target/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/include/lldb/Target/Platform.h b/lldb/include/lldb/Target/Platform.h index ceecc77..82442a4 100644 --- a/lldb/include/lldb/Target/Platform.h +++ b/lldb/include/lldb/Target/Platform.h @@ -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; } -- 2.7.4