summaryrefslogtreecommitdiff
path: root/gio/gresource.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-06-11 15:56:25 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2015-06-11 15:56:25 -0700
commit0d6e200384c8c2fb172273dcfaa6a48bc357d4a3 (patch)
treecb1f51c62945fe1ff59816bef3a97471e8a8f1be /gio/gresource.c
parent1f0a11c59aa244a70766bdb4c3b06d3d79b25c7a (diff)
gresource: fix a couple of typos in documentation
Diffstat (limited to 'gio/gresource.c')
-rw-r--r--gio/gresource.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gresource.c b/gio/gresource.c
index a0252c969..245b25c4a 100644
--- a/gio/gresource.c
+++ b/gio/gresource.c
@@ -157,7 +157,7 @@ G_DEFINE_QUARK (g-resource-error-quark, g_resource_error)
* g_resource_ref:
* @resource: A #GResource
*
- * Atomically increments the reference count of @array by one. This
+ * Atomically increments the reference count of @resource by one. This
* function is MT-safe and may be called from any thread.
*
* Returns: The passed in #GResource
@@ -176,7 +176,7 @@ g_resource_ref (GResource *resource)
* @resource: A #GResource
*
* Atomically decrements the reference count of @resource by one. If the
- * reference count drops to 0, all memory allocated by the array is
+ * reference count drops to 0, all memory allocated by the resource is
* released. This function is MT-safe and may be called from any
* thread.
*