diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 6ee01fae1d5..d06406a3e87 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