fix comment (again)
diff --git a/sparse_strips/vello_common/src/tile.rs b/sparse_strips/vello_common/src/tile.rs
index b2c0a58..59f8885 100644
--- a/sparse_strips/vello_common/src/tile.rs
+++ b/sparse_strips/vello_common/src/tile.rs
@@ -45,7 +45,7 @@
 pub struct CulledWindings {
     /// Fractional winding coverage for each individual scanline in a row.
     pub partial: Vec<[f32; Tile::HEIGHT as usize]>,
-    // Note that this will cause issues if we have windings greater/less than i6,
+    // Note that this will cause issues if we have windings greater/less than i16,
     // but this should only occur in pathological cases.
     /// Accumulated integer winding deltas for each tile row.
     pub coarse: Vec<i16>,