summaryrefslogtreecommitdiff
path: root/glib/grcbox.c
diff options
context:
space:
mode:
authorMohammed Sadiq <sadiq@sadiqpk.org>2018-07-30 12:39:27 +0530
committerMohammed Sadiq <sadiq@sadiqpk.org>2018-07-30 12:39:27 +0530
commite91da3fc77421f397819e11667df069dbab3a01e (patch)
tree279b7388ad9331797bdbef04502bb4c6f66a4993 /glib/grcbox.c
parent2f26cf0b8d5c846917666a2b35cb507e2a649590 (diff)
downloadglib-e91da3fc77421f397819e11667df069dbab3a01e.tar.gz
grcbox: Fix typo in doc
Diffstat (limited to 'glib/grcbox.c')
-rw-r--r--glib/grcbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/grcbox.c b/glib/grcbox.c
index 204f4bc9e..f31db78ab 100644
--- a/glib/grcbox.c
+++ b/glib/grcbox.c
@@ -148,7 +148,7 @@
* If you need to clear the contents of the data, you will need to use an
* ancillary function that calls g_rc_box_release_full():
*
- * |[<!-- laguage="C" -->
+ * |[<!-- language="C" -->
* static void
* my_data_struct_release (MyDataStruct *data)
* {