commit | 9cef2d0b1d4ea03d410836b79fb9f63fb04b86d7 | [log] [tgz] |
---|---|---|
author | Andreas Mohr <andi@rhlx01.fht-esslingen.de> | Mon Nov 19 02:30:01 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 19 02:30:01 2001 +0000 |
tree | 01891d1eb638c8e4122311ec8297f9f3277a2496 | |
parent | 49c779a862c35f8f4279ba5f984fca119f918740 [diff] [blame] |
- fix wrong hexadecimal GetLastError() output - misc fixes - changed my email address
diff --git a/scheduler/pthread.c b/scheduler/pthread.c index 5ea3a3d..008fff6 100644 --- a/scheduler/pthread.c +++ b/scheduler/pthread.c
@@ -2,7 +2,7 @@ * pthread emulation for re-entrant libcs * * We can't use pthreads directly, so why not let libcs - * that wants pthreads use Wine's own threading instead... + * that want pthreads use Wine's own threading instead... * * Copyright 1999 Ove Kåven */