[ros-diffs] [tkreuzer] 49247: Fix a comment

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Sat Oct 23 22:34:48 UTC 2010


Author: tkreuzer
Date: Sat Oct 23 22:34:47 2010
New Revision: 49247

URL: http://svn.reactos.org/svn/reactos?rev=49247&view=rev
Log:
Fix a comment

Modified:
    trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c

Modified: trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c?rev=49247&r1=49246&r2=49247&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c [iso-8859-1] Sat Oct 23 22:34:47 2010
@@ -1003,9 +1003,7 @@
       KeSetEvent(Message->CompletionEvent, IO_NO_INCREMENT, FALSE);
    }
 
-   /* Call the callback if the message wa
-   
-   s sent with SendMessageCallback */
+   /* Call the callback if the message was sent with SendMessageCallback */
    if (Message->CompletionCallback != NULL)
    {
       co_IntCallSentMessageCallback(Message->CompletionCallback,




More information about the Ros-diffs mailing list