From 4abb73298ad892face952d0687c3e7061bb05d5f Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 4 Dec 2015 22:12:36 +0100 Subject: [PATCH] Fixed comment in filesystem test program. --- test/testfilesystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testfilesystem.c b/test/testfilesystem.c index 6b356a8f6a674..43b535c4a0445 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 #include "SDL.h"