Fix typo
diff --git a/sparse_strips/vello_common/src/tile.rs b/sparse_strips/vello_common/src/tile.rs
index 35cf702..04b1f6d 100644
--- a/sparse_strips/vello_common/src/tile.rs
+++ b/sparse_strips/vello_common/src/tile.rs
@@ -281,6 +281,8 @@
 
                     // 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.);
                     let line_row_bottom_y = line_bottom_y.max(y).min(y + 1.);