Not the best day for my english writing skills

This commit is contained in:
Davide Berardi 2021-01-24 18:59:34 +01:00
parent d5a55f74f4
commit c38cf21375
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#define prbanner(f...) fprintf(stderr, f)
#define prerror(f...) fprintf(stderr, "[ ERROR ]"), fprintf(stderr, f)
/* Logaritm base two of the number */
/* Logarithm base two of the number */
static uint32_t log2_32(uint32_t n)
{
int32_t i = 0;