Fix typos

Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
tinyboxvk 2025-01-08 23:35:23 -04:00 committed by Johan Malm
parent 4ecedcdb3b
commit 1a6dd845a2
23 changed files with 33 additions and 33 deletions

View file

@ -379,7 +379,7 @@ compute_overlap(struct overlap_bitmap *bmp, int i, int j,
}
/*
* If there is height left ot consider after walking rows, the region
* If there is height left to consider after walking rows, the region
* extends out of bounds and placement is invalid.
*/
if (height > 0) {