Skip to content

Commit 530bc61

Browse files
committed
[lldb] Fix typo in ProcessWindows.h
1 parent 4df9544 commit 530bc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class ProcessWindows : public Process, public ProcessDebugger {
7171
ThreadList &new_thread_list) override;
7272
bool IsAlive() override;
7373

74-
ArchSpec GetSystemArchitecture override();
74+
ArchSpec GetSystemArchitecture() override;
7575

7676
size_t DoReadMemory(lldb::addr_t vm_addr, void *buf, size_t size,
7777
Status &error) override;

0 commit comments

Comments
 (0)