Francois Gouget : user32: Fix a typo in a comment.

Alexandre Julliard julliard at winehq.org
Mon Feb 8 15:46:42 CST 2021


Module: wine
Branch: master
Commit: 7a9745022b1bfcc235b922be98a8fdc91976c587
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7a9745022b1bfcc235b922be98a8fdc91976c587

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Feb  8 17:37:12 2021 +0100

user32: Fix a typo in a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/winproc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/winproc.c b/dlls/user32/winproc.c
index 0be51779f69..f83d8b61a63 100644
--- a/dlls/user32/winproc.c
+++ b/dlls/user32/winproc.c
@@ -172,7 +172,7 @@ static inline WINDOWPROC *alloc_winproc( WNDPROC func, BOOL unicode )
 }
 
 #ifdef __i386__
-/* Some window procedures modify register they shouldn't, or are not
+/* Some window procedures modify registers they shouldn't, or are not
  * properly declared stdcall; so we need a small assembly wrapper to
  * call them. */
 extern LRESULT WINPROC_wrapper( WNDPROC proc, HWND hwnd, UINT msg,




More information about the wine-cvs mailing list