Commit decb572d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ndtll: Fix the spelling of a comment.

parent 8caae7de
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment