mirror of
https://github.com/berdav/snappy-fox
synced 2025-02-19 21:10:38 +01:00
Not the best day for my english writing skills
This commit is contained in:
parent
d5a55f74f4
commit
c38cf21375
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user