about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/apps/survey.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx
index a4c6a5a4..6f542d2f 100644
--- a/subx/apps/survey.subx
+++ b/subx/apps/survey.subx
@@ -506,7 +506,7 @@ $compute-offsets:label:
     # continue
     e9/jump  $compute-offsets:word-loop/disp32
 $compute-offsets:segment:
-    # if slice-equal?(word-slice/EDX, "==")
+    # if (!slice-equal?(word-slice/EDX, "==")) goto next check
     # . EAX = slice-equal?(word-slice/EDX, "==")
     68/push  "=="/imm32
     52/push-EDX