Fix typo in introduction to threads in Glib
authorChristian Dywan <christian@twotoasts.de>
Mon, 1 Feb 2010 11:37:23 +0000 (12:37 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 1 Feb 2010 11:37:23 +0000 (12:37 +0100)
glib/gthread.c

index b558982..4689211 100644 (file)
  * 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 <emphasis>are</emphasis>
- * 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