summaryrefslogtreecommitdiff
path: root/src/cairo-meta-surface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-meta-surface.c')
-rw-r--r--src/cairo-meta-surface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-meta-surface.c b/src/cairo-meta-surface.c
index 26fc6a67..92fd4488 100644
--- a/src/cairo-meta-surface.c
+++ b/src/cairo-meta-surface.c
@@ -231,7 +231,7 @@ _cairo_meta_surface_paint (void *abstract_surface,
cairo_command_paint_t *command;
/* An optimisation that takes care to not replay what was done
- * before surface is cleared. We don't erase recorded commands
+ * before surface is cleared. We don't erase recorded commands
* since we may have earlier snapshots of this surface. */
if (op == CAIRO_OPERATOR_CLEAR && !meta->is_clipped)
meta->replay_start_idx = meta->commands.num_elements;
@@ -560,9 +560,9 @@ _cairo_meta_surface_get_extents (void *abstract_surface,
/**
* _cairo_surface_is_meta:
* @surface: a #cairo_surface_t
- *
+ *
* Checks if a surface is a #cairo_meta_surface_t
- *
+ *
* Return value: TRUE if the surface is a meta surface
**/
cairo_bool_t