fix comment
authorBenjamin Otte <otte@gnome.org>
Sun, 23 Nov 2008 17:34:50 +0000 (18:34 +0100)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 23 Jun 2009 18:42:35 +0000 (14:42 -0400)
pixman/pixman-combine.h.template

index 6828fea39bd1fc8c62ead2004fc1e87cc238cd37..9f64e850a2f94c84935d986525652fa374b8d6d1 100644 (file)
     } while (0)
 
 /*
-  x_c = (x_c * a) / 255 + y
+  x_c = (x_c * a_c) / 255 + y
 */
 #define FbByteMulAddC(x, a, y) do {                                     \
         comp4_t t;                                                      \