aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-18 16:00:15 +0000
committerJohannes Schickel2009-05-18 16:00:15 +0000
commitb2b08cc606597dcbc93dcb346f845083e9dc5182 (patch)
tree18fee7158cad690d503c0e16ec9fa7da13057d73
parent4ed457850a61fec051996ae892bd43687440bbb2 (diff)
downloadscummvm-rg350-b2b08cc606597dcbc93dcb346f845083e9dc5182.tar.gz
scummvm-rg350-b2b08cc606597dcbc93dcb346f845083e9dc5182.tar.bz2
scummvm-rg350-b2b08cc606597dcbc93dcb346f845083e9dc5182.zip
Typo.
svn-id: r40693
-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
*