Author: Jonas Devlieghere
Date: 2022-03-11T11:33:16-08:00
New Revision: 530bc619011a435080b52abff628d201389c05f9

URL: 
https://github.com/llvm/llvm-project/commit/530bc619011a435080b52abff628d201389c05f9
DIFF: 
https://github.com/llvm/llvm-project/commit/530bc619011a435080b52abff628d201389c05f9.diff

LOG: [lldb] Fix typo in ProcessWindows.h

Added: 
    

Modified: 
    lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h 
b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
index 27f9e63c2b80c..043fd0f0f5a54 100644
--- a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
+++ b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
@@ -71,7 +71,7 @@ class ProcessWindows : public Process, public ProcessDebugger 
{
                           ThreadList &new_thread_list) override;
   bool IsAlive() override;
 
-  ArchSpec GetSystemArchitecture override();
+  ArchSpec GetSystemArchitecture() override;
 
   size_t DoReadMemory(lldb::addr_t vm_addr, void *buf, size_t size,
                       Status &error) override;


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to