From: Andreas Schwab Date: Tue, 22 Feb 2005 13:07:17 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cvs/glibc-2_3_5~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8572b8a37c1173c7db5061b812b31500d6b966;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 91e2f2eb993..5975f55a356 100644 --- a/ChangeLog +++ b/ChangeLog @@ -178,7 +178,7 @@ stack. * posix/execle.c: Likewise. * posix/execlp.c: Likewise. - * posix/execlp.c: Likewise. + * posix/execvp.c: Likewise. (script_execute): Removed. (allocate_scripts_argv): New function. Called at most once to allocate memory, not every time a script is run. Adjust caller.