aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2008-01-05 12:47:47 +0000
committerPaul Gilbert2008-01-05 12:47:47 +0000
commiteb227a6d8034ee89e42df1452c8a85acb3add900 (patch)
tree87d92e7bd16f3b07eb0dc13ddad853e8d79a6ba1
parent6eb64102a4d92686a81120b7fb74571df3237228 (diff)
downloadscummvm-rg350-eb227a6d8034ee89e42df1452c8a85acb3add900.tar.gz
scummvm-rg350-eb227a6d8034ee89e42df1452c8a85acb3add900.tar.bz2
scummvm-rg350-eb227a6d8034ee89e42df1452c8a85acb3add900.zip
Grammar fix in comment for kFeatureAutoComputeDirtyRects
svn-id: r30240
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index e77431dc9e..70e814e9e5 100644
--- a/common/system.h
+++ b/common/system.h
@@ -129,7 +129,7 @@ public:
* the frontend code is very inefficient in doing screen updates. So
* the frontend might do a lot of fullscreen blits even though only a
* tiny portion of the actual screen data changed. In that case, it
- * might pay off for the backend to compute which parts actual changed,
+ * might pay off for the backend to compute which parts actually changed,
* and then only mark those as dirty.
* Implementing this is purely optional, and no harm should arise
* when not doing so (except for decreased speed in said frontends).