Module: wine Branch: master Commit: decb572d1af1896f4d61032d74b587fa257795f2 URL: https://gitlab.winehq.org/wine/wine/-/commit/decb572d1af1896f4d61032d74b587f...
Author: Francois Gouget fgouget@free.fr Date: Mon May 15 20:52:50 2023 +0200
ndtll: Fix the spelling of a comment.
---
dlls/ntdll/unix/sync.c | 2 +- dlls/wow64/sync.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/ntdll/unix/sync.c b/dlls/ntdll/unix/sync.c index 831c16130b9..c164539d214 100644 --- a/dlls/ntdll/unix/sync.c +++ b/dlls/ntdll/unix/sync.c @@ -1022,7 +1022,7 @@ static NTSTATUS event_data_to_state_change( const debug_event_t *data, DBGUI_WAI }
#ifndef _WIN64 -/* helper to NtWaitForDebugEvent; retrive machine from PE image */ +/* helper to NtWaitForDebugEvent; retrieve machine from PE image */ static NTSTATUS get_image_machine( HANDLE handle, USHORT *machine ) { IMAGE_DOS_HEADER dos_hdr; diff --git a/dlls/wow64/sync.c b/dlls/wow64/sync.c index 385477ef5fa..a1a1968ecd5 100644 --- a/dlls/wow64/sync.c +++ b/dlls/wow64/sync.c @@ -1490,7 +1490,7 @@ NTSTATUS WINAPI wow64_NtWaitForAlertByThreadId( UINT *args ) }
-/* helper to wow64_NtWaitForDebugEvent; retrive machine from PE image */ +/* helper to wow64_NtWaitForDebugEvent; retrieve machine from PE image */ static NTSTATUS get_image_machine( HANDLE handle, USHORT *machine ) { IMAGE_DOS_HEADER dos_hdr;