diff --git a/dlls/ntdll/threadpool.c b/dlls/ntdll/threadpool.c index 781750b6b4c..15510e22810 100644 --- a/dlls/ntdll/threadpool.c +++ b/dlls/ntdll/threadpool.c @@ -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 )