diff options
| author | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2005-04-13 13:50:30 +0000 |
|---|---|---|
| committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2005-04-13 13:50:30 +0000 |
| commit | fec02a2d77525e980aa9ac53f6c308004144c5b7 (patch) | |
| tree | c47003469e4e8a9f637634f858a944701bad9135 | |
| parent | 0e0af50b89e2e3699a6bb2514c58b5fe299a8dd6 (diff) | |
| download | gcc-fec02a2d77525e980aa9ac53f6c308004144c5b7.zip gcc-fec02a2d77525e980aa9ac53f6c308004144c5b7.tar.gz gcc-fec02a2d77525e980aa9ac53f6c308004144c5b7.tar.bz2 | |
Fix typos.
From-SVN: r98084
| -rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 6ee01fa..d06406a 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> |
