chiark / gitweb /
jst-lower: Fix comments for new z level regiem
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 19 Jul 2021 01:41:51 +0000 (02:41 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 19 Jul 2021 17:59:39 +0000 (18:59 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
jstest/jst-lower.rs

index a15c9b9d2c874eead654e8a15586b6bd1c358406..84a317a7db5cf5eb1aca1bf60b7850f0fffb08a8 100644 (file)
@@ -235,7 +235,7 @@ impl Test {
       }
     }
 
-    // z coords (at least of heavy) in updates all decrease
+    // z levels (at least of heavy) in updates all decrease
     {
       for n in &new {
         if n.heavy && n.updated {
@@ -272,7 +272,7 @@ impl Test {
       }
     }
 
-    // all the z coordinates are still distinct
+    // all the z levels are still distinct and ordered
     {
       for (n0,n1) in new.iter().tuple_windows() {
         assert!( n1.new_z > n0.new_z,