diff options
| -rw-r--r-- | common/system.h | 2 | 
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; | 
