Procházet zdrojové kódy

Fixed comment (thanks @pionere!)

Sam Lantinga před 3 roky
rodič
revize
2be9301410
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/SDL_utils_c.h

+ 1 - 1
src/SDL_utils_c.h

@@ -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_ */