summaryrefslogtreecommitdiff
path: root/glnx-backport-autocleanups.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2015-11-06 10:31:37 -0500
committerMatthew Barnes <mbarnes@redhat.com>2015-11-06 10:31:37 -0500
commit825d308b04771096329c6d29772ee1243f4cb2f4 (patch)
tree52e11b7828c35b238da086403f0b410db7893a7a /glnx-backport-autocleanups.h
parentc7da81208df4053774cb4b38adff8863ca0838f5 (diff)
downloadlibglnx-825d308b04771096329c6d29772ee1243f4cb2f4.tar.gz
Comment typo
Diffstat (limited to 'glnx-backport-autocleanups.h')
-rw-r--r--glnx-backport-autocleanups.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glnx-backport-autocleanups.h b/glnx-backport-autocleanups.h
index 271f5af..ee67ba2 100644
--- a/glnx-backport-autocleanups.h
+++ b/glnx-backport-autocleanups.h
@@ -87,7 +87,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GVariantDict, g_variant_dict_unref)
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GVariantDict, g_variant_dict_clear)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GVariantType, g_variant_type_free)
-/* Add GObject-based types add needed. */
+/* Add GObject-based types as needed. */
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GCancellable, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GConverter, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GConverterOutputStream, g_object_unref)