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 6828fea..9f64e85 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;                                                      \