Module: wine
Branch: master
Commit: e814147b12c11f2cfc4b72c557d598dccc17a22d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e814147b12c11f2cfc4b72c55…
Author: Ken Thomases <ken(a)codeweavers.com>
Date: Fri Feb 11 11:37:14 2011 -0600
user32: Remove wrong parameter name from comment.
Spotted by Peter Oberndorfer.
---
dlls/user32/input.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/user32/input.c b/dlls/user32/input.c
index 48430e9..4fd00ba 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)
{