Module: wine Branch: master Commit: bbe2eaecc96e2c04dc35233e156e33e9fabaa5a5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bbe2eaecc96e2c04dc35233e1...
Author: Zebediah Figura z.figura12@gmail.com Date: Thu Jun 3 10:39:03 2021 -0500
winebuild: Fix a typo in a comment.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/winebuild/relay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/winebuild/relay.c b/tools/winebuild/relay.c index 0544aa6cbe9..abe2bdae6ed 100644 --- a/tools/winebuild/relay.c +++ b/tools/winebuild/relay.c @@ -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,