ntdll: Fix a typo in an comment.

Signed-off-by: Frédéric Delanoy <frederic.delanoy@gmail.com>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Frédéric Delanoy 2016-05-18 12:10:32 +02:00 committed by Alexandre Julliard
parent e0e937e19a
commit 07a87666a1
1 changed files with 1 additions and 1 deletions

View File

@ -1894,7 +1894,7 @@ static void tp_object_initialize( struct threadpool_object *object, struct threa
/***********************************************************************
* tp_object_submit (internal)
*
* Submits a threadpool object to the associcated threadpool. This
* Submits a threadpool object to the associated threadpool. This
* function has to be VOID because TpPostWork can never fail on Windows.
*/
static void tp_object_submit( struct threadpool_object *object, BOOL signaled )