aboutsummaryrefslogtreecommitdiff
path: root/engines/savestate.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-08-29 03:28:43 +0200
committerEinar Johan Trøan Sømåen2014-08-29 03:28:43 +0200
commit2fa13404380ddb1f9fe364d78d84f2b9309a44b7 (patch)
tree4219ea597c61b33cc3ae83de36741111c3e3760c /engines/savestate.h
parent1506f6049e6a7ad7c9aedd2a48ffd0d360783d96 (diff)
downloadscummvm-rg350-2fa13404380ddb1f9fe364d78d84f2b9309a44b7.tar.gz
scummvm-rg350-2fa13404380ddb1f9fe364d78d84f2b9309a44b7.tar.bz2
scummvm-rg350-2fa13404380ddb1f9fe364d78d84f2b9309a44b7.zip
ENGINES: Fix some Doxygen comments that seem wrong.
Diffstat (limited to 'engines/savestate.h')
-rw-r--r--engines/savestate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/savestate.h b/engines/savestate.h
index 970e01485d..54eff0f8cb 100644
--- a/engines/savestate.h
+++ b/engines/savestate.h
@@ -140,7 +140,7 @@ public:
* Sets the time the game was played before the save state was created.
*
* @param hours How many hours the user played the game so far.
- * @param min How many minutes the user played the game so far.
+ * @param minutes How many minutes the user played the game so far.
*/
void setPlayTime(int hours, int minutes);