Author: Armin Rigo <[email protected]>
Branch: fast-gil
Changeset: r72205:8195e6a2214c
Date: 2014-06-24 21:01 +0200
http://bitbucket.org/pypy/pypy/changeset/8195e6a2214c/

Log:    typo

diff --git a/rpython/jit/backend/llsupport/assembler.py 
b/rpython/jit/backend/llsupport/assembler.py
--- a/rpython/jit/backend/llsupport/assembler.py
+++ b/rpython/jit/backend/llsupport/assembler.py
@@ -312,7 +312,7 @@
         if old_rpy_fastgil == 0:
             # this case occurs if some other thread stole the GIL but
             # released it again.  What occurred here is that we changed
-            # 'rpy_fastgil' from 0 to 1, thus successfully requiring the
+            # 'rpy_fastgil' from 0 to 1, thus successfully reaquiring the
             # GIL.
             pass
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to