From: Ryan Lortie Date: Sat, 29 Nov 2014 20:57:06 +0000 (-0500) Subject: GVariant: fix a trivial typo in a comment X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fglib.git;a=commitdiff_plain;h=904ec5534cdc45d9b90e86a467e97af3b1bdd66d GVariant: fix a trivial typo in a comment --- diff --git a/glib/gvariant-core.c b/glib/gvariant-core.c index 45b876b..0f68168 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