From dbe4c82b65cfc713a49b235bf6f82d0daa819f6d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 10 Nov 2007 01:47:51 +0000 Subject: [PATCH] One more svn path=/trunk/; revision=5853 --- ChangeLog | 2 +- glib/gkeyfile.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9faca037a..47bc64c51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2007-11-09 Matthias Clasen * glib/gkeyfile.c: Coding style cleanups and doc - improvements. (#491979, Areg Beketovski) + improvements. (#491979, #491982, Areg Beketovski) 2007-11-09 Matthias Clasen diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c index a655eb535..971b32bab 100644 --- a/glib/gkeyfile.c +++ b/glib/gkeyfile.c @@ -2864,9 +2864,9 @@ g_key_file_get_comment (GKeyFile *key_file, * @error: return location for a #GError * * Removes a comment above @key from @group_name. - * If @key is %NULL then @comment will be written above @group_name. + * If @key is %NULL then @comment will be removed above @group_name. * If both @key and @group_name are %NULL, then @comment will - * be written above the first group in the file. + * be removed above the first group in the file. * * Returns: %TRUE if the comment was removed, %FALSE otherwise *