docs: Fix GstBuffer typo "memory bock" -> "memory block"
authorWilliam Manley <will@williammanley.net>
Mon, 22 Sep 2014 13:27:05 +0000 (14:27 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 23 Sep 2014 16:31:21 +0000 (19:31 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=737117

gst/gstbuffer.c

index 720da8b..3d907d6 100644 (file)
@@ -1114,9 +1114,9 @@ gst_buffer_remove_memory_range (GstBuffer * buffer, guint idx, gint length)
  * in @buffer.
  *
  * When this function returns %TRUE, @idx will contain the index of the first
- * memory bock where the byte for @offset can be found and @length contains the
+ * memory block where the byte for @offset can be found and @length contains the
  * number of memory blocks containing the @size remaining bytes. @skip contains
- * the number of bytes to skip in the memory bock at @idx to get to the byte
+ * the number of bytes to skip in the memory block at @idx to get to the byte
  * for @offset.
  *
  * @size can be -1 to get all the memory blocks after @idx.