summaryrefslogtreecommitdiff
path: root/glib/gdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gdir.c')
-rw-r--r--glib/gdir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/glib/gdir.c b/glib/gdir.c
index a9540fdea..64e42862b 100644
--- a/glib/gdir.c
+++ b/glib/gdir.c
@@ -233,8 +233,7 @@ g_dir_new_from_dirp (gpointer dirp)
* factors.
*
* %NULL may also be returned in case of errors. On Unix, you can
- * check <literal>errno</literal> to find out if %NULL was returned
- * because of an error.
+ * check `errno` to find out if %NULL was returned because of an error.
*
* On Unix, the '.' and '..' entries are omitted, and the returned
* name is in the on-disk encoding.