From bae9239da3e6700c717e88c5b98318f07ed18e0e Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sat, 29 Nov 2014 15:57:06 -0500 Subject: [PATCH] GVariant: fix a trivial typo in a comment --- glib/gvariant-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gvariant-core.c b/glib/gvariant-core.c index 45b876bc5..0f681683b 100644 --- a/glib/gvariant-core.c +++ b/glib/gvariant-core.c @@ -571,7 +571,7 @@ g_variant_new_from_bytes (const GVariantType *type, * @trusted: %TRUE if every child in @children in trusted * * Constructs a new tree-mode #GVariant instance. This is the inner - * interface for creation of new serialised values that gets called from + * interface for creation of new tree-mode values that gets called from * various functions in gvariant.c. * * @children is consumed by this function. g_free() will be called on