From 75b3bd99e1a219fdd8d8f0be5a9fdddfda120ace Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 1 Feb 2010 12:37:23 +0100 Subject: [PATCH] Fix typo in introduction to threads in Glib --- glib/gthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gthread.c b/glib/gthread.c index b558982..4689211 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 -- 2.7.4