summaryrefslogtreecommitdiff
path: root/glib/gdir.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-06 08:04:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-06 08:07:16 -0500
commit323242578524a1b6355d8451015b14ca75aa0afa (patch)
tree49349b60f68f79652335e9ebd437087ae174f6c0 /glib/gdir.c
parenta35d8a4c77fbb9a8dd143742c29c0807ec99412b (diff)
downloadglib-323242578524a1b6355d8451015b14ca75aa0afa.tar.gz
Docs: replace <literal> by `
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.