GVariant: fix a trivial typo in a comment
authorRyan Lortie <desrt@desrt.ca>
Sat, 29 Nov 2014 20:57:06 +0000 (15:57 -0500)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Fri, 10 Jul 2015 09:47:43 +0000 (11:47 +0200)
glib/gvariant-core.c

index 45b876b..0f68168 100644 (file)
@@ -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