From acd00dda94306917b7dbf6d3cd5b56665448a365 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 25 Feb 2016 01:16:42 -0500 Subject: [PATCH] Fixed a comment. --- src/physfs_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physfs_internal.h b/src/physfs_internal.h index 2691e3f8..10f54bab 100644 --- a/src/physfs_internal.h +++ b/src/physfs_internal.h @@ -543,7 +543,7 @@ void *__PHYSFS_platformGetThreadID(void); /* * Enumerate a directory of files. This follows the rules for the - * PHYSFS_Archiver::enumerateFiles() method (see above), except that the + * PHYSFS_Archiver::enumerateFiles() method, except that the * (dirName) that is passed to this function is converted to * platform-DEPENDENT notation by the caller. The PHYSFS_Archiver version * uses platform-independent notation. Note that ".", "..", and other