[PATCH] user32: Fix a typo in a comment.

Francois Gouget fgouget at free.fr
Mon Feb 8 10:37:12 CST 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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,
-- 
2.20.1




More information about the wine-devel mailing list