Commit 7a974502 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

user32: Fix a typo in a comment.

parent 476ec8b2
......@@ -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,
......
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