From 4e11b784f07eeeb5a5c576915315637a2f09ae34 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 14:48:13 +0100 Subject: [PATCH] atlas-texture: fix argument description Reviewed-by: Robert Bragg --- cogl/cogl-atlas-texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl-atlas-texture.h b/cogl/cogl-atlas-texture.h index 9860c5d83..84bb3a802 100644 --- a/cogl/cogl-atlas-texture.h +++ b/cogl/cogl-atlas-texture.h @@ -176,7 +176,7 @@ cogl_atlas_texture_new_from_data (CoglContext *ctx, /** * cogl_atlas_texture_new_from_bitmap: - * @bitmap: A #CoglBitmap + * @bmp: A #CoglBitmap * @internal_format: the #CoglPixelFormat to use for the GPU storage of the * texture. If %COGL_PIXEL_FORMAT_ANY is given then a premultiplied * format similar to the format of the source data will be used. The