]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* collect2.c (scan_prog_file): Fix typo in message.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 29 Jun 2002 22:51:11 +0000 (22:51 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 29 Jun 2002 22:51:11 +0000 (22:51 +0000)
From-SVN: r55107

gcc/ChangeLog
gcc/collect2.c

index 75d599df912cc1829b44d30ff33f640f681fbe96..b4e21eec75275057714852dcbdbd8cbf25e60089 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * collect2.c (scan_prog_file): Fix typo in message.
+
 2002-06-28  Aaron Lehmann  <aaronl@vitelus.com>
 
         * fold-cont.c: Remove unused CHARMASK.
index 26548b4ddb7a3c4e4a87c10a727b678a858a0f76..97f1597deb5c2861f85fa029eb081941985e2cec 100644 (file)
@@ -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.  */