diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-08-31 16:56:22 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-08-31 17:00:17 +0100 |
commit | 5dc534c642f845fa1ec52d4718276e6dc20a037d (patch) | |
tree | 876a5c2980f99880afe0a5aa0350715b396aa8d5 /gst/gstiterator.c | |
parent | 1b6da398fb4e94e57c2612be7e364217407e4217 (diff) |
docs: it's its
The panda says no!
Diffstat (limited to 'gst/gstiterator.c')
-rw-r--r-- | gst/gstiterator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstiterator.c b/gst/gstiterator.c index 8b03a95f7..bbef18586 100644 --- a/gst/gstiterator.c +++ b/gst/gstiterator.c @@ -701,7 +701,7 @@ gst_single_object_iterator_free (GstSingleObjectIterator * it) * gst_iterator_new: * @type: #GType of the passed object * @object: object that this iterator should return - * @copy: Function that returns a copy of @object or increases it's refcount + * @copy: Function that returns a copy of @object or increases its refcount * @free: Function to be called for freeing @object * * This #GstIterator is a convenient iterator for the common |