From 406e3446bb2cdbe54ddd436914fc633b21b7b42f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 19 Jul 2021 18:51:16 +0100 Subject: [PATCH] lowering: Clarify a comment Signed-off-by: Ian Jackson --- templates/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/script.ts b/templates/script.ts index 48c10157..ea277306 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -643,7 +643,7 @@ function lower_pieces(targets_todo: LowerTodoList): // <- tomove_light: insert targets from * here Q -> // <- tomove_misstacked: insert non-targets from * here Q -> // A - // A heavy things (nomove_heavy) + // A heavy non-targets (nomove_heavy) // <- tomove_heavy: insert all heavy targets here P -> // // When wresting, treat all targets as heavy. -- 2.30.2