aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog4
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>