Fix typos.
authorGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 13 Apr 2005 13:50:30 +0000 (13:50 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 13 Apr 2005 13:50:30 +0000 (13:50 +0000)
From-SVN: r98084

libiberty/ChangeLog

index 6ee01fae1d5619615ad8887997da69fb5579762d..d06406a3e876832a70c84d163f9aff63c1f24948 100644 (file)
@@ -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>