aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpython/jit/codewriter/liveness.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpython/jit/codewriter/liveness.py b/rpython/jit/codewriter/liveness.py
index c4802fde30..18410f79ed 100644
--- a/rpython/jit/codewriter/liveness.py
+++ b/rpython/jit/codewriter/liveness.py
@@ -119,7 +119,7 @@ def remove_repeated_live(ssarepr):
# ____________________________________________________________
# helper functions for compactly encoding and decoding liveness info
-# liveness is encoded as a 4 byte offset into the single string all_liveness
+# liveness is encoded as a 2 byte offset into the single string all_liveness
# (which is stored on the metainterp_sd)
OFFSET_SIZE = 2