소스 검색

Fixed comment (thanks @pionere!)

Sam Lantinga 3 년 전
부모
커밋
2be9301410
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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_ */