Remove duplicate comment
diff --git a/sparse_strips/vello_common/src/tile.rs b/sparse_strips/vello_common/src/tile.rs
index 9d4cb8b..e6f9deb 100644
--- a/sparse_strips/vello_common/src/tile.rs
+++ b/sparse_strips/vello_common/src/tile.rs
@@ -281,8 +281,6 @@
                 for y_idx in y_top_tiles..y_bottom_tiles {
                     let y = y_idx as f32;
 
-                    // The line's y-coordinates at the line's top-and bottom-most points within the
-                    // tile row.
                     // The line's y-coordinates at the line's top- and bottom-most points within
                     // the tile row.
                     let line_row_top_y = line_top_y.max(y).min(y + 1.);