[glib] Fix typo in introduction to threads in Glib
- From: Christian Dywan <cdywan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib] Fix typo in introduction to threads in Glib
- Date: Mon, 1 Feb 2010 11:37:52 +0000 (UTC)
commit 75b3bd99e1a219fdd8d8f0be5a9fdddfda120ace
Author: Christian Dywan <christian twotoasts de>
Date: Mon Feb 1 12:37:23 2010 +0100
Fix typo in introduction to threads in Glib
glib/gthread.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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 <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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]