summaryrefslogtreecommitdiff
path: root/src/cairo-bentley-ottmann.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-bentley-ottmann.c
parentf0633f4449c39a8f78c582790fb5dc85899b5d82 (diff)
downloadcairo-b790c5a6bcdd890c16d21753407188ed200ce445.tar.gz
[doc] Replace 'NOTE' by 'Note' and add it to test
Diffstat (limited to 'src/cairo-bentley-ottmann.c')
-rw-r--r--src/cairo-bentley-ottmann.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-bentley-ottmann.c b/src/cairo-bentley-ottmann.c
index 6a591a780..1da974392 100644
--- a/src/cairo-bentley-ottmann.c
+++ b/src/cairo-bentley-ottmann.c
@@ -385,7 +385,7 @@ cairo_bo_event_compare (cairo_bo_event_t const *a,
* need a different sense for start and stop events based on the
* shortening rule.
*
- * NOTE: Fortunately, we get to ignore errors in the relative
+ * Note: Fortunately, we get to ignore errors in the relative
* ordering of intersection events. This means we don't even have
* to look at e2 here, nor worry about which sense of the slope
* comparison test is used for intersection events.