aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorVicent Marti2008-10-21 18:13:35 +0000
committerVicent Marti2008-10-21 18:13:35 +0000
commit2630e964c9de8558ec70a6530a6d081164f4a720 (patch)
tree93fd9503f37eb16d26a85d769673e5604e858cf4 /common/system.h
parent66cc1007024b5487879a90f440930fbb2fb42233 (diff)
downloadscummvm-rg350-2630e964c9de8558ec70a6530a6d081164f4a720.tar.gz
scummvm-rg350-2630e964c9de8558ec70a6530a6d081164f4a720.tar.bz2
scummvm-rg350-2630e964c9de8558ec70a6530a6d081164f4a720.zip
Fixed: Broken english in System.h documentation.
svn-id: r34835
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/system.h b/common/system.h
index a8e7c0d09b..dc543814e4 100644
--- a/common/system.h
+++ b/common/system.h
@@ -142,10 +142,10 @@ public:
kFeatureAutoComputeDirtyRects,
/**
- * This flag determines either cursor can have its own palette or not
+ * This flag determines whether or not the cursor can have its own palette.
* It is currently used only by some Macintosh versions of Humongous
- * Entertainment games. If backend doesn't implement this feature then
- * engine switches to b/w version of cursors.
+ * Entertainment games. If the backend doesn't implement this feature then
+ * the engine switches to b/w versions of cursors.
*/
kFeatureCursorHasPalette,