[cairo-commit] src/cairo.h

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Mar 6 07:33:02 PST 2007


 src/cairo.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree f7beb220df74fef60c102fb5cc827fb2d3962296 (from 81b98c93b68839d20d3033170eeb5026257d52b8)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Mar 6 10:33:09 2007 -0500

    Remove extra word in docs

diff --git a/src/cairo.h b/src/cairo.h
index 68169a3..a80efde 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -1337,7 +1337,7 @@ typedef enum _cairo_path_data_type {
  * a portion of the path than needed.  Such elements can be used by
  * users of the cairo API to hold extra values in the path data
  * structure.  For this reason, it is recommended that applications
- * always use <literal>data->header.length</literal> to advance
+ * always use <literal>data->header.length</literal> to
  * iterate over the path data, instead of hardcoding the number of
  * elements for each element type.
  **/


More information about the cairo-commit mailing list