summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-05-11 03:36:26 (GMT)
committerFred Drake <fdrake@acm.org>2002-05-11 03:36:26 (GMT)
commit59518b04d5db9905a847b879fc164f92dbb458ea (patch)
tree49e515006513fe2a075e60520b7ce29b76cbc0cd /README
parent6d207c09aa7c9b5e155f4e779133c638fdfdd787 (diff)
downloadcpython-59518b04d5db9905a847b879fc164f92dbb458ea.zip
cpython-59518b04d5db9905a847b879fc164f92dbb458ea.tar.gz
cpython-59518b04d5db9905a847b879fc164f92dbb458ea.tar.bz2
Fix typo: ptread --> pthread
Closes SF bug #554644.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d69a22c..83cdf3c 100644
--- a/README
+++ b/README
@@ -288,7 +288,7 @@ AIX: A complete overhaul of the shared library support is now in
place. See Misc/AIX-NOTES for some notes on how it's done.
(The optimizer bug reported at this place in previous releases
has been worked around by a minimal code change.) If you get
- errors about ptread_* functions, during compile or during
+ errors about pthread_* functions, during compile or during
testing, try setting CC to a thread-safe (reentrant) compiler,
like "cc_r". For full C++ module support, set CC="xlC_r" (or
CC="xlC" without thread support).