summaryrefslogtreecommitdiffstats
path: root/PCbuild/kill_python.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-12-03 18:35:13 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-12-03 18:35:13 (GMT)
commitfd44062a7fdd489d409a18e16064c5824cb933d3 (patch)
treebbfa6434b1f6240d20a0834f77bf24f029e6da3c /PCbuild/kill_python.c
parent70e5cabfdcdd5da131d58baa6e13bf87262d89a3 (diff)
downloadcpython-fd44062a7fdd489d409a18e16064c5824cb933d3.zip
cpython-fd44062a7fdd489d409a18e16064c5824cb933d3.tar.gz
cpython-fd44062a7fdd489d409a18e16064c5824cb933d3.tar.bz2
More 3.0 -> 3.1 transistions
Diffstat (limited to 'PCbuild/kill_python.c')
-rw-r--r--PCbuild/kill_python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/kill_python.c b/PCbuild/kill_python.c
index f3880fc..17a5f32 100644
--- a/PCbuild/kill_python.c
+++ b/PCbuild/kill_python.c
@@ -106,7 +106,7 @@ main(int argc, char **argv)
/*
* XXX TODO: if we really wanted to be fancy, we could check the
* modules for all processes (not just the python[_d].exe ones)
- * and see if any of our DLLs are loaded (i.e. python30[_d].dll),
+ * and see if any of our DLLs are loaded (i.e. python31[_d].dll),
* as that would also inhibit our ability to rebuild the solution.
* Not worth loosing sleep over though; for now, a simple check
* for just the python executable should be sufficient.