summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-08-24 01:10:16 (GMT)
committerNed Deily <nad@acm.org>2014-08-24 01:10:16 (GMT)
commitec7aaf5de477abe67a07dba2c9ad3d0285d9db48 (patch)
tree9ac3cce7d77e39262de590209b8dfdf9bcf04d4b
parent65e3ecb3e229822d8d01b4ae1d26b300ebd79566 (diff)
downloadcpython-ec7aaf5de477abe67a07dba2c9ad3d0285d9db48.zip
cpython-ec7aaf5de477abe67a07dba2c9ad3d0285d9db48.tar.gz
cpython-ec7aaf5de477abe67a07dba2c9ad3d0285d9db48.tar.bz2
Issue #21166: fix typo in comment
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index c0f0c7b..629835d 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -547,7 +547,7 @@ platform: $(BUILDPYTHON) pybuilddir.txt
# 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)