[cairo-commit] src/cairo-traps.c
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Nov 14 14:58:13 PST 2006
src/cairo-traps.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree f3f6ea3092072defb958ee3a6b2271cb51b4a4ca (from 29b01f93ca9b29699420700ea9e2817898afa3ca)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Nov 14 17:58:09 2006 -0500
Fix typo.
diff --git a/src/cairo-traps.c b/src/cairo-traps.c
index 0f0d333..e29c283 100644
--- a/src/cairo-traps.c
+++ b/src/cairo-traps.c
@@ -379,7 +379,7 @@ _cairo_traps_tessellate_convex_quad (cai
if (_compare_point_fixed_by_y (&q[i], &q[a]) < 0)
a = i;
- /* b and c are adjacent to a, while c is opposite */
+ /* b and d are adjacent to a, while c is opposite */
b = (a + 1) % 4;
c = (a + 2) % 4;
d = (a + 3) % 4;
More information about the cairo-commit
mailing list