]> granicus.if.org Git - python/commitdiff
typo
authorSkip Montanaro <skip@pobox.com>
Wed, 3 Mar 2004 08:42:23 +0000 (08:42 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 3 Mar 2004 08:42:23 +0000 (08:42 +0000)
Python/thread_pthread.h

index db8eab1248c1fd0f36a1024acd7a3308719e237a..8645c0fb44877dc582b81f479bac051d4d7360a6 100644 (file)
@@ -174,7 +174,7 @@ PyThread_start_new_thread(void (*func)(void *), void *arg)
 
 /* XXX This implementation is considered (to quote Tim Peters) "inherently
    hosed" because:
-     - It does not guanrantee the promise that a non-zero integer is returned.
+     - It does not guarantee the promise that a non-zero integer is returned.
      - The cast to long is inherently unsafe.
      - It is not clear that the 'volatile' (for AIX?) and ugly casting in the
        latter return statement (for Alpha OSF/1) are any longer necessary.