Fix a comment
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 23 Oct 2010 22:34:47 +0000 (22:34 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 23 Oct 2010 22:34:47 +0000 (22:34 +0000)
svn path=/trunk/; revision=49247

reactos/subsystems/win32/win32k/ntuser/msgqueue.c

index 04694b4..c1dc8d5 100644 (file)
@@ -1003,9 +1003,7 @@ co_MsqDispatchOneSentMessage(PUSER_MESSAGE_QUEUE MessageQueue)
       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,