summaryrefslogtreecommitdiff
path: root/gio/gfileenumerator.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-06-18 15:27:12 +0200
committerBenjamin Otte <otte@gnome.org>2009-06-18 15:27:42 +0200
commit835c03a5c1c980490543ad5d1fe426a1e5a62af9 (patch)
tree07041e779e3e85362ed264c4a52c962ff91bac11 /gio/gfileenumerator.c
parentcf95d07691ec2202400f340f1c63aca11f0790c1 (diff)
downloadglib-835c03a5c1c980490543ad5d1fe426a1e5a62af9.tar.gz
glib-835c03a5c1c980490543ad5d1fe426a1e5a62af9.tar.bz2
glib-835c03a5c1c980490543ad5d1fe426a1e5a62af9.zip
syntax fix in documentation
Diffstat (limited to 'gio/gfileenumerator.c')
-rw-r--r--gio/gfileenumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c
index 6ab0a6500..f97ce917f 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 #GFileInfo<!---->s. 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 *