From a9f12892eaffe0b2cb5f4f82da121c816e8eb1ba Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 Nov 2017 23:35:45 -0500 Subject: [PATCH] Fix up a doc comment --- gtk/gtkrender.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkrender.c b/gtk/gtkrender.c index e898999f89..5c62287ea6 100644 --- a/gtk/gtkrender.c +++ b/gtk/gtkrender.c @@ -854,8 +854,8 @@ gtk_render_activity (GtkStyleContext *context, * @context: a #GtkStyleContext * @cr: a #cairo_t * @texture: a #GdkTexture containing the icon to draw - * @x: X position for the @pixbuf - * @y: Y position for the @pixbuf + * @x: X position for the @texture + * @y: Y position for the @texture * * Renders the icon in @texture at the specified @x and @y coordinates. *