From 8cb673816b5efa824092c1a70936665f5b4b72eb Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 23 Aug 2014 18:09:25 -0700 Subject: [PATCH] Issue #21166: fix typo in comment --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index c3568366e1..1cfaa05637 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -448,7 +448,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) -- 2.50.1