One more typo.
authorPer Bothner <bothner@gcc.gnu.org>
Sat, 6 Jun 1998 10:42:32 +0000 (03:42 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 6 Jun 1998 10:42:32 +0000 (03:42 -0700)
From-SVN: r20263

gcc/gcc.c

index cb797e1197492875905bedcda5f75c78d8045305..9e2be41f1420946f22aa2e9253560ae2764de48e 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -4748,7 +4748,7 @@ main (argc, argv)
 
   i = n_infiles;
 #ifdef LANG_SPECIFIC_DRIVER
-  i += lang_specific_extra_ofiles;
+  i += lang_specific_extra_outfiles;
 #endif
   outfiles = (char **) xmalloc (i * sizeof (char *));
   bzero ((char *) outfiles, n_infiles * sizeof (char *));