diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-01-28 21:53:44 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-01-28 21:53:44 -0500 |
commit | b790c5a6bcdd890c16d21753407188ed200ce445 (patch) | |
tree | 8ed028e25a02e57e8d855d531c023f5ef77014bf /src/cairo-slope.c | |
parent | f0633f4449c39a8f78c582790fb5dc85899b5d82 (diff) |
[doc] Replace 'NOTE' by 'Note' and add it to test
Diffstat (limited to 'src/cairo-slope.c')
-rw-r--r-- | src/cairo-slope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-slope.c b/src/cairo-slope.c index 78664c538..e8421fc35 100644 --- a/src/cairo-slope.c +++ b/src/cairo-slope.c @@ -88,7 +88,7 @@ _cairo_slope_compare (cairo_slope_t *a, cairo_slope_t *b) /* Is a clockwise of b? * - * NOTE: The strict equality here is not significant in and of itself, + * Note: The strict equality here is not significant in and of itself, * but there are functions up above that are sensitive to it, * (cf. _cairo_pen_find_active_cw_vertex_index). */ |