From: Ned Deily Date: Sun, 24 Aug 2014 01:10:16 +0000 (-0700) Subject: Issue #21166: fix typo in comment X-Git-Tag: v3.4.2rc1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec7aaf5de477abe67a07dba2c9ad3d0285d9db48;p=python Issue #21166: fix typo in comment --- diff --git a/Makefile.pre.in b/Makefile.pre.in index c0f0c7b5a7..629835d16d 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)