Bladeren bron

Fixed comment at the top of testtime.c

Sam Lantinga 1 jaar geleden
bovenliggende
commit
18feaa52dd
1 gewijzigde bestanden met toevoegingen van 1 en 3 verwijderingen
  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>