diff options
author | Ned Deily <nad@acm.org> | 2014-08-23 18:10:49 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-08-23 18:10:49 -0700 |
commit | 87018afeae22871bf33fe6ccfce9da97cdbafaea (patch) | |
tree | 45de464f7b3a11278dadaf1f102460125d5ad4e8 | |
parent | 523136937f39bb4fc855d87db79da07395cb3f9b (diff) | |
parent | ec7aaf5de477abe67a07dba2c9ad3d0285d9db48 (diff) | |
download | cpython-git-87018afeae22871bf33fe6ccfce9da97cdbafaea.tar.gz |
Issue #21166: fix typo in comment
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 0a58b72275..04e4704a7d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -554,7 +554,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) |