Fix typos.

From-SVN: r98084
This commit is contained in:
Gabriel Dos Reis 2005-04-13 13:50:30 +00:00
parent 0e0af50b89
commit fec02a2d77
1 changed files with 2 additions and 2 deletions

View 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>