From e814147b12c11f2cfc4b72c557d598dccc17a22d Mon Sep 17 00:00:00 2001 From: Ken Thomases Date: Fri, 11 Feb 2011 11:37:14 -0600 Subject: [PATCH] user32: Remove wrong parameter name from comment. Spotted by Peter Oberndorfer. --- dlls/user32/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/user32/input.c b/dlls/user32/input.c index 48430e986fe..4fd00babc58 100644 --- a/dlls/user32/input.c +++ b/dlls/user32/input.c @@ -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) {