# HG changeset patch # User takis # Date 1173453487 0 # Node ID 4dd91a7d8633e98a83eef054e1d60f4e5133d654 # Parent 0e64c1d076ef45d741e7aacf0e63a8ecf9abcf0d Fix typo in Doxygen comments. diff -r 0e64c1d076ef -r 4dd91a7d8633 common.h --- 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);