Fix typo; NFC
authorAaron Smith <aaron.smith@microsoft.com>
Tue, 2 Apr 2019 17:02:21 +0000 (17:02 +0000)
committerAaron Smith <aaron.smith@microsoft.com>
Tue, 2 Apr 2019 17:02:21 +0000 (17:02 +0000)
llvm-svn: 357495

lldb/include/lldb/Target/Platform.h

index ceecc77..82442a4 100644 (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;
   }