summaryrefslogtreecommitdiff
path: root/include/libcss
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 10:50:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 10:50:56 +0000
commit478018da914c247d0d49f64aba9eb3eb9a552199 (patch)
tree9b99236475f90deeee85c90fcc9766dc05e9f914 /include/libcss
parentd810646b94eab2f00592bb4476b8f32937f7c2c5 (diff)
downloadlibcss-478018da914c247d0d49f64aba9eb3eb9a552199.tar.gz
libcss-478018da914c247d0d49f64aba9eb3eb9a552199.tar.bz2
Sync comment with reality
svn path=/trunk/libcss/; revision=10994
Diffstat (limited to 'include/libcss')
-rw-r--r--include/libcss/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcss/types.h b/include/libcss/types.h
index 7c2e7f2..8bc65a9 100644
--- a/include/libcss/types.h
+++ b/include/libcss/types.h
@@ -73,7 +73,7 @@ typedef enum css_origin {
CSS_ORIGIN_AUTHOR = 2 /**< Author stylesheet */
} css_origin;
-/** CSS colour -- RRGGBBAA */
+/** CSS colour -- AARRGGBB */
typedef uint32_t css_color;
/* CSS unit */