Issue #21166: fix typo in comment

This commit is contained in:
Ned Deily 2014-08-23 18:10:16 -07:00
parent 65e3ecb3e2
commit ec7aaf5de4
1 changed files with 1 additions and 1 deletions

View File

@ -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)