ntdll: Fix a typo in an comment

Sebastian Lackner sebastian at fds-team.de
Wed May 18 07:12:13 CDT 2016


On 18.05.2016 12:10, Frédéric Delanoy wrote:
> Signed-off-by: Frédéric Delanoy <frederic.delanoy at gmail.com>
> ---
>  dlls/ntdll/threadpool.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/ntdll/threadpool.c b/dlls/ntdll/threadpool.c
> index 781750b..15510e2 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 )
> 

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>




More information about the wine-patches mailing list