mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Fix typo in introduction to threads in Glib
This commit is contained in:
parent
f25e756ab6
commit
75b3bd99e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user