summaryrefslogtreecommitdiff
path: root/src/cairo-pen.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-01-28 21:53:44 -0500
committerBehdad Esfahbod <behdad@behdad.org>2008-01-28 21:53:44 -0500
commitb790c5a6bcdd890c16d21753407188ed200ce445 (patch)
tree8ed028e25a02e57e8d855d531c023f5ef77014bf /src/cairo-pen.c
parentf0633f4449c39a8f78c582790fb5dc85899b5d82 (diff)
downloadcairo-b790c5a6bcdd890c16d21753407188ed200ce445.tar.gz
[doc] Replace 'NOTE' by 'Note' and add it to test
Diffstat (limited to 'src/cairo-pen.c')
-rw-r--r--src/cairo-pen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-pen.c b/src/cairo-pen.c
index 629176317..cde129c5e 100644
--- a/src/cairo-pen.c
+++ b/src/cairo-pen.c
@@ -302,7 +302,7 @@ _cairo_pen_compute_slopes (cairo_pen_t *pen)
/*
* Find active pen vertex for clockwise edge of stroke at the given slope.
*
- * NOTE: The behavior of this function is sensitive to the sense of
+ * Note: The behavior of this function is sensitive to the sense of
* the inequality within _cairo_slope_clockwise/_cairo_slope_counter_clockwise.
*
* The issue is that the slope_ccw member of one pen vertex will be
@@ -336,7 +336,7 @@ _cairo_pen_find_active_cw_vertex_index (cairo_pen_t *pen,
/* Find active pen vertex for counterclockwise edge of stroke at the given slope.
*
- * NOTE: The behavior of this function is sensitive to the sense of
+ * Note: The behavior of this function is sensitive to the sense of
* the inequality within _cairo_slope_clockwise/_cairo_slope_counter_clockwise.
*/
void