projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25e756
)
Fix typo in introduction to threads in Glib
author
Christian Dywan
<christian@twotoasts.de>
Mon, 1 Feb 2010 11:37:23 +0000
(12:37 +0100)
committer
Christian Dywan
<christian@twotoasts.de>
Mon, 1 Feb 2010 11:37:23 +0000
(12:37 +0100)
glib/gthread.c
patch
|
blob
|
history
diff --git
a/glib/gthread.c
b/glib/gthread.c
index
b558982
..
4689211
100644
(file)
--- 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 need
s
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