changeset 249:d1e99b40b1c9 libavutil

cosmetics: Fix another common typo, dependAnt --> dependEnt.
author diego
date Sat, 24 Feb 2007 09:41:43 +0000
parents 5feb5bb5d89f
children d0dfc9f74bde
files mem.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mem.c	Thu Feb 22 00:07:42 2007 +0000
+++ b/mem.c	Sat Feb 24 09:41:43 2007 +0000
@@ -26,7 +26,7 @@
 
 #include "common.h"
 
-/* here we can use OS dependant allocation functions */
+/* here we can use OS dependent allocation functions */
 #undef malloc
 #undef free
 #undef realloc