changeset 284:4dd91a7d8633 libavutil

Fix typo in Doxygen comments.
author takis
date Fri, 09 Mar 2007 15:18:07 +0000
parents 0e64c1d076ef
children c529dbdea4f7
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Thu Mar 08 14:49:43 2007 +0000
+++ b/common.h	Fri Mar 09 15:18:07 2007 +0000
@@ -357,7 +357,7 @@
 
 /**
  * Frees memory and sets the pointer to NULL.
- * @param arg pointer to the pointer which should be freed
+ * @param ptr pointer to the pointer which should be freed
  */
 void av_freep(void *ptr);