[Scummvm-cvs-logs] SF.net SVN: scummvm: [30240] scummvm/trunk/common/system.h

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat Jan 5 13:47:47 CET 2008


Revision: 30240
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30240&view=rev
Author:   dreammaster
Date:     2008-01-05 04:47:47 -0800 (Sat, 05 Jan 2008)

Log Message:
-----------
Grammar fix in comment for kFeatureAutoComputeDirtyRects

Modified Paths:
--------------
    scummvm/trunk/common/system.h

Modified: scummvm/trunk/common/system.h
===================================================================
--- scummvm/trunk/common/system.h	2008-01-05 12:45:33 UTC (rev 30239)
+++ scummvm/trunk/common/system.h	2008-01-05 12:47:47 UTC (rev 30240)
@@ -129,7 +129,7 @@
 		 * 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).


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list