diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-13 13:50:30 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-13 13:50:30 +0000 |
commit | 6486ecc325888facc31dc09b93b38763a062871a (patch) | |
tree | c47003469e4e8a9f637634f858a944701bad9135 /libiberty/ChangeLog | |
parent | c1d4708ba150d276961ab55e9fb92dee56086768 (diff) | |
download | gcc-6486ecc325888facc31dc09b93b38763a062871a.tar.gz |
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98084 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
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 <gdr@integrable-solutions.net> - * 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 <gdr@integrable-solutions.net> |