typo in bits.c

This commit is contained in:
2023-07-14 23:14:57 +02:00
parent 605ef7d201
commit f27b649503

View File

@@ -214,7 +214,7 @@ static __always_inline int clz32(u32 n)
} }
/* fls - find last set : 00101000 -> 6 /* fls - find last set : 00101000 -> 6
* ^ * ^
*/ */
static __always_inline int fls64(u64 n) static __always_inline int fls64(u64 n)
{ {