From: Andreas Schwab Date: Tue, 22 Feb 2005 14:40:13 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cvs/fedora-glibc-2_3-20050226T0141~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b3d4e0b045cdd07bbd7f308530caac00b2a90a1;p=platform%2Fupstream%2Fglibc.git Fix typo. * posix/execvp.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 88c70de..f554653 100644 --- a/ChangeLog +++ b/ChangeLog @@ -791,7 +791,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.