瀏覽代碼

Fixed comment at the top of testtime.c

Sam Lantinga 1 年之前
父節點
當前提交
18feaa52dd
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      test/testtime.c

+ 1 - 3
test/testtime.c

@@ -10,9 +10,7 @@
   freely.
 */
 
-/* Test program to check the resolution of the SDL timer on the current
-   platform
-*/
+/* Test program to verify the SDL date/time APIs */
 #include <SDL3/SDL.h>
 #include <SDL3/SDL_main.h>
 #include <SDL3/SDL_test.h>