Commit 07a87666 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

ntdll: Fix a typo in an comment.

parent e0e937e1
...@@ -1894,7 +1894,7 @@ static void tp_object_initialize( struct threadpool_object *object, struct threa ...@@ -1894,7 +1894,7 @@ static void tp_object_initialize( struct threadpool_object *object, struct threa
/*********************************************************************** /***********************************************************************
* tp_object_submit (internal) * 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. * function has to be VOID because TpPostWork can never fail on Windows.
*/ */
static void tp_object_submit( struct threadpool_object *object, BOOL signaled ) static void tp_object_submit( struct threadpool_object *object, BOOL signaled )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment