aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-19 23:22:11 +0000
committerJohannes Schickel2008-05-19 23:22:11 +0000
commit26d6e2c68aad953bbce7923d875320947fbef01a (patch)
tree1121f5749e988b2d692082e56b13a3c185aa18a8 /common/system.h
parent5b5e5bfc62ba459b2c58a5dba9cb64a2fc4c7c2f (diff)
downloadscummvm-rg350-26d6e2c68aad953bbce7923d875320947fbef01a.tar.gz
scummvm-rg350-26d6e2c68aad953bbce7923d875320947fbef01a.tar.bz2
scummvm-rg350-26d6e2c68aad953bbce7923d875320947fbef01a.zip
Typo.
svn-id: r32191
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index d2844401b0..204ea9383a 100644
--- a/common/system.h
+++ b/common/system.h
@@ -662,7 +662,7 @@ public:
* Move ("warp") the mouse cursor to the specified position in virtual
* screen coordinates.
* @param x the new x position of the mouse
- * @param y the new x position of the mouse
+ * @param y the new y position of the mouse
*/
virtual void warpMouse(int x, int y) = 0;