Fixed stupid typo.

2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/tmpl/threads.sgml: Fixed stupid typo.
This commit is contained in:
Sebastian Wilhelmi 2001-03-07 20:09:01 +00:00 committed by Sebastian Wilhelmi
parent 9aaebb32bc
commit f7096ddfd9
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* glib/tmpl/threads.sgml: Completed.

View File

@ -977,7 +977,7 @@ dangerous resizing of the array. Using that functions is fully
multithread safe now.
</para>
</para>
<para>
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
the data, no other reader is allowed to lock the data, whereas of