[vlc-commits] commit: typo ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Thu Jul 22 22:15:30 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul 22 23:15:25 2010 +0300| [325f4e5be6d2e74969ee5ee41b91800907d73b27] | committer: Rémi Denis-Courmont
typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=325f4e5be6d2e74969ee5ee41b91800907d73b27
---
src/misc/block.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/block.c b/src/misc/block.c
index 1d06fec..7649d7a 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.
*/
More information about the vlc-commits
mailing list