mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Fixed stupid typo.
2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/tmpl/threads.sgml: Fixed stupid typo.
This commit is contained in:
parent
9aaebb32bc
commit
f7096ddfd9
@ -1,3 +1,7 @@
|
|||||||
|
2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* glib/tmpl/threads.sgml: Fixed stupid typo.
|
||||||
|
|
||||||
2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib/tmpl/threads.sgml: Completed.
|
* glib/tmpl/threads.sgml: Completed.
|
||||||
|
@ -977,7 +977,7 @@ dangerous resizing of the array. Using that functions is fully
|
|||||||
multithread safe now.
|
multithread safe now.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</para>
|
<para>
|
||||||
Most of the time the writers should have precedence of readers. That
|
Most of the time the writers should have precedence of readers. That
|
||||||
means for this implementation, that as soon as a writer wants to lock
|
means for this implementation, that as soon as a writer wants to lock
|
||||||
the data, no other reader is allowed to lock the data, whereas of
|
the data, no other reader is allowed to lock the data, whereas of
|
||||||
|
Loading…
Reference in New Issue
Block a user