Commit 4abb73298ad892face952d0687c3e7061bb05d5f

Philipp Wiesemann 2015-12-04T22:12:36

Fixed comment in filesystem test program.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/testfilesystem.c b/test/testfilesystem.c
index 6b356a8..43b535c 100644
--- a/test/testfilesystem.c
+++ b/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"