From e05a2f4599a4f609158f2bcf016490c676320a20 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 6 Aug 2012 06:20:06 +0000 Subject: [PATCH] [NtUser] - Fix note again. svn path=/trunk/; revision=57049 --- 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 b85e064a547..193ee688138 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 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. */