From 28423eed96a487959d9667040b2ca050c780bf20 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 23 Mar 2026 00:53:55 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_bits.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_bits.h b/include/SDL3/SDL_bits.h index d3310ab15c..98e977e0bf 100644 --- a/include/SDL3/SDL_bits.h +++ b/include/SDL3/SDL_bits.h @@ -48,7 +48,8 @@ extern __inline int _SDL_bsr_watcom(Uint32); /** * Get the index of the most significant (set) bit in a 32-bit number. * - * This operation can also be stated as "count leading zeroes" and "log base 2". + * This operation can also be stated as "count leading zeroes" and "log base + * 2". * * Note that this is a forced-inline function in a header, and not a public * API function available in the SDL library (which is to say, the code is