diff --git a/gdk/gdkdrawcontext.c b/gdk/gdkdrawcontext.c index 3c74267b57..d0ea519e18 100644 --- a/gdk/gdkdrawcontext.c +++ b/gdk/gdkdrawcontext.c @@ -280,7 +280,7 @@ gdk_draw_context_get_surface (GdkDrawContext *context) * implementation must use gdk_draw_context_get_frame_region() to query the * region that must be drawn. * - * When using GTK+, the widget system automatically places calls to + * When using GTK, the widget system automatically places calls to * gdk_draw_context_begin_frame() and gdk_draw_context_end_frame() via the * use of #GskRenderers, so application code does not need to call these * functions explicitly.