user32: Remove wrong parameter name from comment.

Spotted by Peter Oberndorfer.
This commit is contained in:
Ken Thomases 2011-02-11 11:37:14 -06:00 committed by Alexandre Julliard
parent 1bb6395b0d
commit e814147b12
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ UINT WINAPI GetKBCodePage(void)
*
* - device handle for keyboard layout defaulted to
* the language id. This is the way Windows default works.
* - the thread identifier (dwLayout) is also ignored.
* - the thread identifier is also ignored.
*/
HKL WINAPI GetKeyboardLayout(DWORD thread_id)
{