winebuild: Fix a typo in a comment.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-06-03 10:39:03 -05:00 committed by Alexandre Julliard
parent 602e99426f
commit bbe2eaecc9
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ static void BuildCallTo16Core( int reg_func )
/*
* Modify CONTEXT86 structure to contain new values
*
* NOTE: We restore only EAX, EBX, EDX, EDX, EBP, and ESP.
* NOTE: We restore only EAX, EBX, ECX, EDX, EBP, and ESP.
* The segment registers as well as ESI and EDI should
* not be modified by a well-behaved 16-bit routine in
* any case. [If necessary, we could restore them as well,