Author: Armin Rigo <[email protected]>
Branch:
Changeset: r79991:a46f877170ff
Date: 2015-10-05 16:19 +0200
http://bitbucket.org/pypy/pypy/changeset/a46f877170ff/
Log: can't spell
diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py
b/rpython/jit/metainterp/optimizeopt/optimizer.py
--- a/rpython/jit/metainterp/optimizeopt/optimizer.py
+++ b/rpython/jit/metainterp/optimizeopt/optimizer.py
@@ -593,7 +593,7 @@
guard_op = self.replace_op_with(op, op.getopnum())
opnum = guard_op.getopnum()
# If guard_(no)_exception is merged with another previous guard, then
- # it *should* be is "some_call;guard_not_forced;guard_(no)_exception".
+ # it *should* be in "some_call;guard_not_forced;guard_(no)_exception".
# The guard_(no)_exception can also occur at different places,
# but these should not be preceeded immediately by another guard.
# Sadly, asserting this seems to fail in rare cases. So instead,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit