diff options
| -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;  | 
