aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2011-05-05 15:38:54 +0200
committerMax Horn2011-05-25 13:23:03 +0200
commit39076ef9722529d80feff94bdff25843beb4fc13 (patch)
treea810a8492df5a0bdebedd02ee88908309ef33de0 /common
parent6639eacb3ae7189bd18e4267d0115caa0a05edb4 (diff)
downloadscummvm-rg350-39076ef9722529d80feff94bdff25843beb4fc13.tar.gz
scummvm-rg350-39076ef9722529d80feff94bdff25843beb4fc13.tar.bz2
scummvm-rg350-39076ef9722529d80feff94bdff25843beb4fc13.zip
BUILD: Rename UNIX #define to POSIX
Diffstat (limited to 'common')
-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.