From c1af127c2895492eae8ba90a3cb2259708a58b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 8 Oct 2017 17:42:41 +0200 Subject: [PATCH] stylecontext: Fix doc comment There is no @cr here anymore. --- gtk/gtkstylecontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 2ee072c348..12148cf169 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -1955,7 +1955,7 @@ gtk_render_insertion_cursor (GtkStyleContext *context, * @index: the index in the #PangoLayout * @direction: the #PangoDirection of the text * - * Draws a text caret on @cr at the specified index of @layout. + * Draws a text caret using @snapshot at the specified index of @layout. * * Since: 3.90 **/