aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/dc
diff options
context:
space:
mode:
authorDavid Corrales2007-08-18 05:24:18 +0000
committerDavid Corrales2007-08-18 05:24:18 +0000
commit1dc13a641dd82825334e81bb3eb3b4ebd69d2552 (patch)
tree3742d54ef20917ea4afdd88f8448b8479a4c583e /backends/fs/dc
parent6856535010bd2fa4449bcfde1c88dc06cd46e26f (diff)
downloadscummvm-rg350-1dc13a641dd82825334e81bb3eb3b4ebd69d2552.tar.gz
scummvm-rg350-1dc13a641dd82825334e81bb3eb3b4ebd69d2552.tar.bz2
scummvm-rg350-1dc13a641dd82825334e81bb3eb3b4ebd69d2552.zip
Merged some of the changes from the trunk patch back in to the GSoC fsnode branch.
svn-id: r28649
Diffstat (limited to 'backends/fs/dc')
-rw-r--r--backends/fs/dc/dc-fs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/dc/dc-fs.cpp b/backends/fs/dc/dc-fs.cpp
index e1228c7ff2..6554544c7f 100644
--- a/backends/fs/dc/dc-fs.cpp
+++ b/backends/fs/dc/dc-fs.cpp
@@ -32,7 +32,7 @@
#include <unistd.h>
/**
- * Implementation of the ScummVM file system API based on POSIX.
+ * Implementation of the ScummVM file system API based on Ronin.
*
* Parts of this class are documented in the base interface class, AbstractFilesystemNode.
*/