diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c index 447ebdd61..6db28ecfb 100644 --- a/src/cairo-pdf-surface.c +++ b/src/cairo-pdf-surface.c @@ -880,7 +880,7 @@ emit_surface_pattern (cairo_pdf_surface_t *surface, xstep = image->width; ystep = image->height; break; - /* All the reset should have been analyzed away, so this case + /* All the rest should have been analyzed away, so this case * should be unreachable. */ case CAIRO_EXTEND_REFLECT: case CAIRO_EXTEND_PAD: