From 1691051fc987751fdc596faf2069be5fa7be3cee Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sat, 29 Jun 2002 22:51:11 +0000 Subject: * collect2.c (scan_prog_file): Fix typo in message. From-SVN: r55107 --- gcc/collect2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/collect2.c') diff --git a/gcc/collect2.c b/gcc/collect2.c index 26548b4..97f1597 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -2135,7 +2135,7 @@ scan_prog_file (prog_name, which_pass) fatal_perror ("close %d", pipe_fd[1]); execv (nm_file_name, real_nm_argv); - fatal_perror ("execvp %s", nm_file_name); + fatal_perror ("execv %s", nm_file_name); } /* Parent context from here on. */ -- cgit v1.1