summaryrefslogtreecommitdiff
path: root/gtk/gtkprivate.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 18:21:13 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 18:24:29 -0500
commita22358c0c0ed5d9c946816c4212d534ef5f6f378 (patch)
tree8efa5819f62833c01a95bedfade1fe51809dd87a /gtk/gtkprivate.c
parent76447c3512f083a11e716d10ade774ade929b2dd (diff)
downloadgtk+-a22358c0c0ed5d9c946816c4212d534ef5f6f378.tar.gz
docs: use ` instead of <literal>
Diffstat (limited to 'gtk/gtkprivate.c')
-rw-r--r--gtk/gtkprivate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprivate.c b/gtk/gtkprivate.c
index 3177d4761d..fb1c6b57ee 100644
--- a/gtk/gtkprivate.c
+++ b/gtk/gtkprivate.c
@@ -71,7 +71,7 @@ _gtk_get_data_prefix (void)
*
* Return the Unix-style locale string for the language currently in
* effect. On Unix systems, this is the return value from
- * <literal>setlocale(LC_CTYPE, NULL)</literal>, and the user can
+ * `setlocale(LC_CTYPE, NULL)`, and the user can
* affect this through the environment variables LC_ALL, LC_CTYPE or
* LANG (checked in that order). The locale strings typically is in
* the form lang_COUNTRY, where lang is an ISO-639 language code, and