aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index cadc035501..5b72dab7c1 100644
--- a/common/system.h
+++ b/common/system.h
@@ -445,7 +445,7 @@ public:
* (transparency) value. Then the second color starts, and so on. So memory
* looks like this: R1-G1-B1-A1-R2-G2-B2-A2-R3-...
*
- * @param colors the new palette data, in interleaved RGB format
+ * @param colors the new palette data, in interleaved RGBA format
* @param start the first palette entry to be updated
* @param num the number of palette entries to be updated
*