From f7096ddfd9f6a1f8ac3d5a6420c6d3ae413a68a9 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Wed, 7 Mar 2001 20:09:01 +0000 Subject: [PATCH] Fixed stupid typo. 2001-03-07 Sebastian Wilhelmi * glib/tmpl/threads.sgml: Fixed stupid typo. --- docs/reference/ChangeLog | 4 ++++ docs/reference/glib/tmpl/threads.sgml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ce1c2046..e25f0632 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2001-03-07 Sebastian Wilhelmi + + * glib/tmpl/threads.sgml: Fixed stupid typo. + 2001-03-07 Sebastian Wilhelmi * glib/tmpl/threads.sgml: Completed. diff --git a/docs/reference/glib/tmpl/threads.sgml b/docs/reference/glib/tmpl/threads.sgml index 68e0585d..0d7c16a5 100644 --- a/docs/reference/glib/tmpl/threads.sgml +++ b/docs/reference/glib/tmpl/threads.sgml @@ -977,7 +977,7 @@ dangerous resizing of the array. Using that functions is fully multithread safe now. - + 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 -- 2.34.1