Skip to content

Commit d9089f5

Browse files
committed
Fix it's -> its
1 parent 653f511 commit d9089f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/displayio/TileGrid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ displayio_area_t* displayio_tilegrid_get_refresh_areas(displayio_tilegrid_t *sel
475475
if (MP_OBJ_IS_TYPE(self->bitmap, &displayio_bitmap_type)) {
476476
displayio_area_t* refresh_area = displayio_bitmap_get_refresh_areas(self->bitmap, tail);
477477
if (refresh_area != tail) {
478-
// Special case a TileGrid that shows a full bitmap and use it's
478+
// Special case a TileGrid that shows a full bitmap and use its
479479
// dirty area. Copy it to ours so we can transform it.
480480
if (self->tiles_in_bitmap == 1) {
481481
displayio_area_copy(refresh_area, &self->dirty_area);

0 commit comments

Comments
 (0)