diff options
author | Brett Cannon <brett@python.org> | 2011-03-17 11:16:38 -0700 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2011-03-17 11:16:38 -0700 |
commit | eb8cee83833830630f9d7388bd09d1fcb638b1a2 (patch) | |
tree | 651105352b4f7b17a4e747886562546082e9aaee /Python/pystate.c | |
parent | ecc2db515202456a67e9702ed94ce19fe5b4711f (diff) | |
parent | e9ff2ef20488eb3d1e8bba04516939585f35a148 (diff) | |
download | cpython-git-eb8cee83833830630f9d7388bd09d1fcb638b1a2.tar.gz |
merge
Diffstat (limited to 'Python/pystate.c')
-rw-r--r-- | Python/pystate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pystate.c b/Python/pystate.c index d5d98b0c6d..922e9a3780 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(); |