=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: ntdll: Fix a typo in an comment.

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 18 10:51:12 CDT 2016


Module: wine
Branch: master
Commit: 07a87666a1b0e2e394df4e6cf78d1c2393b47143
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=07a87666a1b0e2e394df4e6cf78d1c2393b47143

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed May 18 12:10:32 2016 +0200

ntdll: Fix a typo in an comment.

Signed-off-by: Frédéric Delanoy <frederic.delanoy at gmail.com>
Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 )




More information about the wine-cvs mailing list