spelling: function

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:44:10 -05:00
parent 3c336ea7f5
commit 11d05ba281
5 changed files with 11 additions and 11 deletions

View file

@ -98,7 +98,7 @@ static char get_terminal_color(uint8_t c) {
}
}
// A simple functon for printing 8-bit gbitmaps to the console.
// A simple function for printing 8-bit gbitmaps to the console.
// Makes it easy to quickly review failing test cases.
void print_bitmap(const GBitmap *bmp) {
printf("Row Size Bytes: %d\n", bmp->row_size_bytes);