From: RĂ©mi Denis-Courmont Date: Thu, 22 Jul 2010 20:15:25 +0000 (+0300) Subject: typo X-Git-Tag: 1.2.0-pre1~5695 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=325f4e5be6d2e74969ee5ee41b91800907d73b27;p=vlc typo --- diff --git a/src/misc/block.c b/src/misc/block.c index 1d06fec146..7649d7a958 100644 --- a/src/misc/block.c +++ b/src/misc/block.c @@ -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. */