From: Benjamin Otte Date: Thu, 18 Jun 2009 13:27:12 +0000 (+0200) Subject: syntax fix in documentation X-Git-Tag: 2.21.3~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=835c03a5c1c980490543ad5d1fe426a1e5a62af9;p=platform%2Fupstream%2Fglib.git syntax fix in documentation --- diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index 6ab0a65..f97ce91 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -392,7 +392,7 @@ g_file_enumerator_next_files_async (GFileEnumerator *enumerator, * Finishes the asynchronous operation started with g_file_enumerator_next_files_async(). * * Returns: a #GList of #GFileInfos. You must free the list with - * g_list_free() and unref the infos with g_object_unref when you're + * g_list_free() and unref the infos with g_object_unref() when you're * done with them. **/ GList *