Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r60515:d411fd8682b7
Date: 2013-01-26 20:45 -0500
http://bitbucket.org/pypy/pypy/changeset/d411fd8682b7/

Log:    update some paths in comments

diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter/app_main.py
@@ -719,7 +719,7 @@
     
     def pypy_resolvedirof(s):
         # we ignore the issue of symlinks; for tests, the executable is always
-        # translator/goal/app_main.py anyway
+        # interpreter/app_main.py anyway
         import os
         return os.path.abspath(os.path.join(s, '..'))
 
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 """ A sample script that packages PyPy, provided that it's already built.
-It uses 'pypy/translator/goal/pypy-c' and parts of the rest of the working
+It uses 'pypy/goal/pypy-c' and parts of the rest of the working
 copy.  Usage:
 
     package.py root-pypy-dir [name-of-archive] [name-of-pypy-c] 
[destination-for-tarball] [pypy-c-path]
diff --git a/pypy/tool/rundictbenchmarks.py b/pypy/tool/rundictbenchmarks.py
--- a/pypy/tool/rundictbenchmarks.py
+++ b/pypy/tool/rundictbenchmarks.py
@@ -3,7 +3,7 @@
 # this file runs some benchmarks with a pypy-c that is assumed to be
 # built using the MeasuringDictImplementation.
 
-# it should be run with pypy/translator/goal as the cwd, and you'll
+# it should be run with pypy/goal as the cwd, and you'll
 # need to hack a copy of rst2html for yourself (svn docutils
 # required).
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to