# HG changeset patch # User diego # Date 1172310103 0 # Node ID d1e99b40b1c9f81a445f4ba55f30a3c21d812b7b # Parent 5feb5bb5d89fb9f9e9224398905461908f605209 cosmetics: Fix another common typo, dependAnt --> dependEnt. diff -r 5feb5bb5d89f -r d1e99b40b1c9 mem.c --- 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