From 58a52518680d57df18e7c896904d72d3bce21a11 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 3 Sep 2013 14:14:48 +0100 Subject: [PATCH] texture-rectangle: fix argument description Reviewed-by: Robert Bragg --- cogl/cogl-texture-rectangle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl-texture-rectangle.h b/cogl/cogl-texture-rectangle.h index 0060cfe3e..cd8f5f9d7 100644 --- a/cogl/cogl-texture-rectangle.h +++ b/cogl/cogl-texture-rectangle.h @@ -160,7 +160,7 @@ cogl_texture_rectangle_new_from_bitmap (CoglBitmap *bitmap, * @gl_handle: A GL handle for a GL_TEXTURE_RECTANGLE texture object * @width: Width of the foreign GL texture * @height: Height of the foreign GL texture - * @internal_format: The format of the texture + * @format: The format of the texture * @error: A #CoglError for exceptions * * Wraps an existing GL_TEXTURE_RECTANGLE texture object as a