summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-06-03 10:49:16 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-06-03 10:53:01 +0100
commitbf6e306013f2d65f6e251feaf4fc2f895b7986c3 (patch)
tree8a9b355371d49e51b8e8f973537ae90782778742
parent234b2d077c170c1fdd24f7d480521789f2eae5f2 (diff)
[image] Doc typo.
Correct parameter reference as pointed out by https://bugs.freedesktop.org/show_bug.cgi?id=20182
-rw-r--r--src/cairo-image-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c
index 4aad77f05..21c9be4d1 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.
*