summaryrefslogtreecommitdiff
path: root/src/cairo-paginated-private.h
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-paginated-private.h
parentf0633f4449c39a8f78c582790fb5dc85899b5d82 (diff)
downloadcairo-b790c5a6bcdd890c16d21753407188ed200ce445.tar.gz
[doc] Replace 'NOTE' by 'Note' and add it to test
Diffstat (limited to 'src/cairo-paginated-private.h')
-rw-r--r--src/cairo-paginated-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-paginated-private.h b/src/cairo-paginated-private.h
index 4b10601e5..ab2ee1df8 100644
--- a/src/cairo-paginated-private.h
+++ b/src/cairo-paginated-private.h
@@ -41,7 +41,7 @@
struct _cairo_paginated_surface_backend {
/* Optional. Will be called once for each page.
*
- * NOTE: With respect to the order of drawing operations as seen
+ * Note: With respect to the order of drawing operations as seen
* by the target, this call will occur before any drawing
* operations for the relevant page. However, with respect to the
* function calls as made by the user, this call will be *after*
@@ -127,7 +127,7 @@ struct _cairo_paginated_surface_backend {
* to distinguish fallback images from native rendering in case they
* need to be handled as a special case.
*
- * NOTE: The paginated surface layer assumes that the target surface
+ * Note: The paginated surface layer assumes that the target surface
* is "blank" by default at the beginning of each page, without any
* need for an explicit erase operation, (as opposed to an image
* surface, for example, which might have uninitialized content