aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2004-03-15 00:55:44 +0000
committerMax Horn2004-03-15 00:55:44 +0000
commitf8610cd1c5fca478ae50e473b175f4cb33ad563a (patch)
treee503386fd5db4730e496e771ca6bc00bb850ceb3 /common
parenta5e01a42b1e33a453b23ae6ff68073dc2625cfb7 (diff)
downloadscummvm-rg350-f8610cd1c5fca478ae50e473b175f4cb33ad563a.tar.gz
scummvm-rg350-f8610cd1c5fca478ae50e473b175f4cb33ad563a.tar.bz2
scummvm-rg350-f8610cd1c5fca478ae50e473b175f4cb33ad563a.zip
fix doxygen-comment mistakes
svn-id: r13286
Diffstat (limited to 'common')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index e632d40a00..3db60fcf9d 100644
--- a/common/system.h
+++ b/common/system.h
@@ -181,7 +181,7 @@ public:
/**
* Switch to the graphics mode with the given name. If 'name' is unknown,
* or if switching to the new mode failed, this method returns false.
- * @param mode the name of the new graphics mode
+ * @param name the name of the new graphics mode
* @return true if the switch was successful, false otherwise
* @note This is implemented via the setGraphicsMode(int) method, as well
* as getSupportedGraphicsModes() and getDefaultGraphicsMode().