[Python-checkins] cpython (merge 3.4 -> default): Issue #21166: fix typo in comment

ned.deily python-checkins at python.org
Sun Aug 24 03:11:13 CEST 2014


http://hg.python.org/cpython/rev/5ee9c99a4ca3
changeset:   92218:5ee9c99a4ca3
parent:      92215:2c703211e788
parent:      92217:9b1bd9d42cc7
user:        Ned Deily <nad at acm.org>
date:        Sat Aug 23 18:10:49 2014 -0700
summary:
  Issue #21166: fix typo in comment

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -554,7 +554,7 @@
 # pybuilddir.txt contains the name of the build dir and is used for
 # sys.path fixup -- see Modules/getpath.c.
 # Since this step runs before shared modules are built, try to avoid bootstrap
-# problems by creating a dummy pybuildstr.txt just to allow interpreter
+# problems by creating a dummy pybuilddir.txt just to allow interpreter
 # initialization to succeed.  It will be overwritten by generate-posix-vars
 # or removed in case of failure.
 pybuilddir.txt: $(BUILDPYTHON)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list