From eb227a6d8034ee89e42df1452c8a85acb3add900 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 5 Jan 2008 12:47:47 +0000 Subject: [PATCH] Grammar fix in comment for kFeatureAutoComputeDirtyRects svn-id: r30240 --- common/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/system.h b/common/system.h index e77431dc9eb..70e814e9e5f 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).