aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-03-16 08:24:58 +0000
committerTorbjörn Andersson2004-03-16 08:24:58 +0000
commit4a6b57f295db3723e54f498aed4577f8b689e46c (patch)
tree42e5e9bc1033bc6cf6ce8361440f959b32e19a0e /common/system.h
parentd3826bfe79aba3bc3978bf4ac334d615c3fc0e28 (diff)
downloadscummvm-rg350-4a6b57f295db3723e54f498aed4577f8b689e46c.tar.gz
scummvm-rg350-4a6b57f295db3723e54f498aed4577f8b689e46c.tar.bz2
scummvm-rg350-4a6b57f295db3723e54f498aed4577f8b689e46c.zip
Fixed typo.
svn-id: r13316
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 e35a28889f..73e89155ab 100644
--- a/common/system.h
+++ b/common/system.h
@@ -209,7 +209,7 @@ public:
*
* This is the resolution for which the client code generates data;
* this is not necessarily equal to the actual display size. For example,
- * a backend my magnify the graphics to fit on screen (see also the
+ * a backend may magnify the graphics to fit on screen (see also the
* GraphicsMode); stretch the data to perform aspect ratio correction;
* or shrink it to fit on small screens (in cell phones).
*