summaryrefslogtreecommitdiffstats
path: root/Python/pystate.c
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2011-03-17 18:16:38 (GMT)
committerBrett Cannon <brett@python.org>2011-03-17 18:16:38 (GMT)
commiteb8cee83833830630f9d7388bd09d1fcb638b1a2 (patch)
tree651105352b4f7b17a4e747886562546082e9aaee /Python/pystate.c
parentecc2db515202456a67e9702ed94ce19fe5b4711f (diff)
parente9ff2ef20488eb3d1e8bba04516939585f35a148 (diff)
downloadcpython-eb8cee83833830630f9d7388bd09d1fcb638b1a2.zip
cpython-eb8cee83833830630f9d7388bd09d1fcb638b1a2.tar.gz
cpython-eb8cee83833830630f9d7388bd09d1fcb638b1a2.tar.bz2
merge
Diffstat (limited to 'Python/pystate.c')
-rw-r--r--Python/pystate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pystate.c b/Python/pystate.c
index d5d98b0..922e9a3 100644
--- a/Python/pystate.c
+++ b/Python/pystate.c
@@ -512,7 +512,7 @@ _PyThread_CurrentFrames(void)
/* for i in all interpreters:
* for t in all of i's thread states:
* if t's frame isn't NULL, map t's id to its frame
- * Because these lists can mutute even when the GIL is held, we
+ * Because these lists can mutate even when the GIL is held, we
* need to grab head_mutex for the duration.
*/
HEAD_LOCK();