summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <freddy77@gmail.com>2020-04-28 10:43:24 +0100
committerFrediano Ziglio <freddy77@gmail.com>2020-05-06 13:36:49 +0100
commita399e5abe4ffa25635922bab5f875aee36d35aa9 (patch)
treeec03eafc67cd035fc0b47d9de0edac77ccd3d0ae
parent7caa3bc579ce2c93946769a21778d58241a0033d (diff)
Fix typo in comment
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
-rw-r--r--src/scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scan.c b/src/scan.c
index 69a8b04..9fd1e1d 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -213,7 +213,7 @@ static void grow_changed_tiles(scanner_t *scanner G_GNUC_UNUSED,
if (!tiles_changed[i][j]) {
int grow = 0;
- /* You get good optimzations from having multiple rows,
+ /* You get good optimizations from having multiple rows,
so be more aggressive in growing the first and last tile;
just require a neighbor be set */
if (j == 0 && tiles_changed[i][1])