From: Gabriel Dos Reis Date: Wed, 13 Apr 2005 13:50:30 +0000 (+0000) Subject: Fix typos. X-Git-Tag: misc/cutover-cvs2svn~4114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fec02a2d77525e980aa9ac53f6c308004144c5b7;p=thirdparty%2Fgcc.git Fix typos. From-SVN: r98084 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 6ee01fae1d56..d06406a3e876 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,7 +1,7 @@ 2005-04-13 Gabriel Dos Reis - * argv.c (dupargv): Mallocate space of argv[argc], not - sizeof(char *) of that amuont. Cast result to char *. + * argv.c (dupargv): Allocate space of argv[argc], not + sizeof(char *) of that amount. Cast result to char *. 2005-04-12 Gabriel Dos Reis