Просмотр исходного кода

Fixed comment in filesystem test program.

Philipp Wiesemann 10 лет назад
Родитель
Сommit
4abb73298a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/testfilesystem.c

+ 1 - 1
test/testfilesystem.c

@@ -9,7 +9,7 @@
   including commercial applications, and to alter it and redistribute it
   freely.
 */
-/* Simple test of power subsystem. */
+/* Simple test of filesystem functions. */
 
 #include <stdio.h>
 #include "SDL.h"