Skip to content

Commit 9beab22

Browse files
committed
[lldb] Fix typo in ProcessWindows.h
(cherry picked from commit 530bc61)
1 parent 4234f1d commit 9beab22

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
@@ -73,7 +73,7 @@ class ProcessWindows : public Process, public ProcessDebugger {
7373
ThreadList &new_thread_list) override;
7474
bool IsAlive() override;
7575

76-
ArchSpec GetSystemArchitecture override();
76+
ArchSpec GetSystemArchitecture() override;
7777

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

0 commit comments

Comments
 (0)