Browse Source

Fixed comment in filesystem test program.

Philipp Wiesemann 9 years ago
parent
commit
4abb73298a
1 changed files with 1 additions and 1 deletions
  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"