aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,