diff options
author | rpj <rpj> | 2011-03-26 04:17:49 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-03-26 04:17:49 +0000 |
commit | 99604e2da34f968e8df84fa7ffb59899356f0c82 (patch) | |
tree | 4a6801e05504fbf3df978e82b5fb74c2558134c5 | |
parent | 22df4f5c42b3ac110f78fceed8d248900ea5419f (diff) |
comment typo
-rw-r--r-- | ptw32_threadStart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ptw32_threadStart.c b/ptw32_threadStart.c index 5c354d4..830ae2e 100644 --- a/ptw32_threadStart.c +++ b/ptw32_threadStart.c @@ -301,7 +301,7 @@ ptw32_threadStart (void *vthreadParms) /* * A system unexpected exception has occurred running the user's * terminate routine. We get control back within this block - * and exit with a substitue status. If the thread was not + * and exit with a substitute status. If the thread was not * cancelled then this indicates the unhandled exception. */ status = sp->exitStatus = PTHREAD_CANCELED; |