From eafcac6ac851a2dff63f761a3d796af8f3e3b314 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 24 Feb 2007 09:41:43 +0000 Subject: cosmetics: Fix another common typo, dependAnt --> dependEnt. Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/mem.c') diff --git a/libavutil/mem.c b/libavutil/mem.c index f43fb54207..fb0fb63e20 100644 --- a/libavutil/mem.c +++ b/libavutil/mem.c @@ -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 -- cgit v1.2.3