diff --git a/glib/gthread.c b/glib/gthread.c index b558982eb..4689211bd 100644 --- a/glib/gthread.c +++ b/glib/gthread.c @@ -111,7 +111,7 @@ * for example you must coordinate accesses to the same #GHashTable * from multiple threads. The two notable exceptions from this rule * are #GMainLoop and #GAsyncQueue, which are - * threadsafe and needs no further application-level locking to be + * threadsafe and need no further application-level locking to be * accessed from multiple threads. * * To help debugging problems in multithreaded applications, GLib