docs: fix typo in buffer docs

This commit is contained in:
Tim-Philipp Müller 2011-11-12 14:04:10 +00:00
parent cb4ac0cf70
commit ae5e44bfb3

View file

@ -350,7 +350,7 @@ gst_buffer_ref (GstBuffer * buf)
* @buf: (transfer full): a #GstBuffer.
*
* Decreases the refcount of the buffer. If the refcount reaches 0, the buffer
* with the associated metadata and memoty will be freed.
* with the associated metadata and memory will be freed.
*/
#ifdef _FOOL_GTK_DOC_
G_INLINE_FUNC void gst_buffer_unref (GstBuffer * buf);