[vlc-commits] commit: typo ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Mon Jul 26 19:49:14 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul 22 23:15:25 2010 +0300| [1ad2daeda6e50588b602e5b1ad85e5da50bac470] | committer: Rémi Duraffort
typo
(cherry picked from commit 325f4e5be6d2e74969ee5ee41b91800907d73b27)
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=1ad2daeda6e50588b602e5b1ad85e5da50bac470
---
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