summaryrefslogtreecommitdiff
path: root/gio/gfileenumerator.c
diff options
context:
space:
mode:
authorKrzesimir Nowak <qdlacz@gmail.com>2016-06-02 11:29:42 +0200
committerKrzesimir Nowak <qdlacz@gmail.com>2016-06-02 11:29:55 +0200
commit504f189e59a3df7656fb90c06dcd2cff17a70199 (patch)
tree0b3edc5221e6badece7b0ce88101e63a3a6c8730 /gio/gfileenumerator.c
parentd06d078959889c40b8437467445a4a3a65e0631b (diff)
downloadglib-504f189e59a3df7656fb90c06dcd2cff17a70199.tar.gz
gfileenumerator: Fix typo in docs
This probably used to be a part of libgsystem.
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 b07b88adc..954d4264d 100644
--- a/gio/gfileenumerator.c
+++ b/gio/gfileenumerator.c
@@ -587,7 +587,7 @@ g_file_enumerator_set_pending (GFileEnumerator *enumerator,
* requires allocation of a temporary #GError.
*
* In contrast, with this function, a %FALSE return from
- * gs_file_enumerator_iterate() *always* means
+ * g_file_enumerator_iterate() *always* means
* "error". End of iteration is signaled by @out_info or @out_child being %NULL.
*
* Another crucial difference is that the references for @out_info and