Fixed comment (thanks @pionere!)

This commit is contained in:
Sam Lantinga 2022-07-18 07:18:56 -07:00
parent cef1514b01
commit 2be9301410
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
/* Common utility functions that aren't in the public API */
/* Return the smallest power of 2 greater than or equal to 2 */
/* Return the smallest power of 2 greater than or equal to 'x' */
int SDL_powerof2(int x);
#endif /* SDL_utils_h_ */