]> git.sesse.net Git - vlc/commitdiff
typo
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 22 Jul 2010 20:15:25 +0000 (23:15 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 22 Jul 2010 20:15:25 +0000 (23:15 +0300)
src/misc/block.c

index 1d06fec1467f52d47116daecc8c1d86a11b3d6e3..7649d7a958b69824caad03a43207a77e16542b31 100644 (file)
@@ -288,7 +288,7 @@ static void block_heap_Release (block_t *self)
  *
  * @param ptr base address of the heap allocation (will be free()'d)
  * @param addr base address of the useful buffer data
- * @param length bytes length of the useful buffer datan
+ * @param length bytes length of the useful buffer data
  * @return NULL in case of error (ptr free()'d in that case), or a valid
  * block_t pointer.
  */