aboutsummaryrefslogtreecommitdiff
path: root/common/savefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/savefile.h')
-rw-r--r--common/savefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/savefile.h b/common/savefile.h
index 40f316267f..03a7b52add 100644
--- a/common/savefile.h
+++ b/common/savefile.h
@@ -142,7 +142,7 @@ public:
/**
* Request a list of available savegames with a given DOS-style pattern,
- * also known as "glob" in the UNIX world. Refer to the Common::matchString()
+ * also known as "glob" in the POSIX world. Refer to the Common::matchString()
* function to learn about the precise pattern format.
* @param pattern Pattern to match. Wildcards like * or ? are available.
* @return list of strings for all present file names.