From 35d0dd00c9f21cc4fd392d4627756f8d5b53a11b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 3 Jun 2009 10:49:16 +0100 Subject: [PATCH] [image] Doc typo. Correct parameter reference as pointed out by https://bugs.freedesktop.org/show_bug.cgi?id=20182 --- src/cairo-image-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c index e37fa87c9..8c9df5a21 100644 --- a/src/cairo-image-surface.c +++ b/src/cairo-image-surface.c @@ -449,7 +449,7 @@ slim_hidden_def (cairo_format_stride_for_width); * Creates an image surface for the provided pixel data. The output * buffer must be kept around until the #cairo_surface_t is destroyed * or cairo_surface_finish() is called on the surface. The initial - * contents of @buffer will be used as the initial image contents; you + * contents of @data will be used as the initial image contents; you * must explicitly clear the buffer, using, for example, * cairo_rectangle() and cairo_fill() if you want it cleared. *