From 9a03623b154d164368678bade75578a548c95190 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 6 Aug 2012 05:07:03 +0000 Subject: [PATCH] [NtUser] - Fix note. svn path=/trunk/; revision=57048 --- reactos/win32ss/user/ntuser/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/win32ss/user/ntuser/input.c b/reactos/win32ss/user/ntuser/input.c index a4201bb4652..b85e064a547 100644 --- a/reactos/win32ss/user/ntuser/input.c +++ b/reactos/win32ss/user/ntuser/input.c @@ -430,7 +430,7 @@ UserAttachThreadInput(PTHREADINFO ptiFrom, PTHREADINFO ptiTo, BOOL fAttach) return FALSE; /* MSDN Note: - Keyboard and mouse events received by both threads are processed by the thread specifie + Keyboard and mouse events received by both threads are processed by the thread specifieby the idAttachTo. */ /* If Attach set, allocate and link. */