Author: jimtabor Date: Mon Aug 6 06:20:06 2012 New Revision: 57049
URL: http://svn.reactos.org/svn/reactos?rev=57049&view=rev Log: [NtUser] - Fix note again.
Modified: trunk/reactos/win32ss/user/ntuser/input.c
Modified: trunk/reactos/win32ss/user/ntuser/input.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/input.c... ============================================================================== --- trunk/reactos/win32ss/user/ntuser/input.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/user/ntuser/input.c [iso-8859-1] Mon Aug 6 06:20:06 2012 @@ -430,7 +430,7 @@ return FALSE;
/* MSDN Note: - Keyboard and mouse events received by both threads are processed by the thread specifieby the idAttachTo. + Keyboard and mouse events received by both threads are processed by the thread specified by the idAttachTo. */
/* If Attach set, allocate and link. */