More docs fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Nov 2007 03:33:35 +0000 (03:33 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Nov 2007 03:33:35 +0000 (03:33 +0000)
svn path=/trunk/; revision=5842

ChangeLog
glib/gmain.c

index beba780..4f70a8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
 2007-11-08  Matthias Clasen <mclasen@redhat.com>
 
        * glib/gmain.c (g_main_context_release): 
+       (g_main_context_acquire):
        (g_main_context_new): Fix the doc wording.  (#491957, 
-       #491965, Areg Beketovski)
+       #491965, #491966, Areg Beketovski)
 
 2007-11-08  Matthias Clasen <mclasen@redhat.com>
 
index 40bae97..6d077c9 100644 (file)
@@ -2125,7 +2125,7 @@ next_valid_source (GMainContext *context,
  * @context: a #GMainContext
  * 
  * Tries to become the owner of the specified context.
- * If some other context is the owner of the context,
+ * If some other thread is the owner of the context,
  * returns %FALSE immediately. Ownership is properly
  * recursive: the owner can require ownership again
  * and will release ownership when g_main_context_release()