From 202a51d9e360c5fef354e5110cd3c319c36b2950 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 10 Aug 2024 22:41:31 -0400 Subject: [PATCH] Cosmetics --- gdk/gdkcolorstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkcolorstate.c b/gdk/gdkcolorstate.c index 26510eb8da..b4a718ca50 100644 --- a/gdk/gdkcolorstate.c +++ b/gdk/gdkcolorstate.c @@ -38,7 +38,7 @@ * Crucially, GTK knows how to convert colors from one color * state to another. * - * `GdkColorState objects are immutable and therefore threadsafe. + * `GdkColorState` objects are immutable and therefore threadsafe. * * Since 4.16 */