aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2007-03-24 23:35:48 +0000
committerJohannes Schickel2007-03-24 23:35:48 +0000
commit7909c312bdef64b06edb9c46bf7f141a5e60f4af (patch)
treee65b8ece2fe7b33f2c6f0e06cdfe5cf175b35e2d
parent26db2f4da533c91e40a0d7f1064c577fb2d6ad69 (diff)
downloadscummvm-rg350-7909c312bdef64b06edb9c46bf7f141a5e60f4af.tar.gz
scummvm-rg350-7909c312bdef64b06edb9c46bf7f141a5e60f4af.tar.bz2
scummvm-rg350-7909c312bdef64b06edb9c46bf7f141a5e60f4af.zip
Corrected some c&p error in the documentation.
svn-id: r26298
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 09249e7acd..4f2f1c37fe 100644
--- a/common/system.h
+++ b/common/system.h
@@ -854,7 +854,7 @@ public:
/**
* Return the SaveFileManager, used to store and load savestates
* and other modifiable persistent game data. For more information,
- * refer to the TimerManager documentation.
+ * refer to the SaveFileManager documentation.
*/
virtual Common::SaveFileManager *getSavefileManager() = 0;