aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1998-06-06 03:42:32 -0700
committerPer Bothner <bothner@gcc.gnu.org>1998-06-06 03:42:32 -0700
commite37cda9b2c552b1bf1fe5f8431d749c94d2cdbf5 (patch)
tree537a640f247ad2a510b5f0f21d98f54a3beaaec5 /gcc/gcc.c
parent77346de2e5f8586098575b7f23ffef28620b79db (diff)
downloadgcc-e37cda9b2c552b1bf1fe5f8431d749c94d2cdbf5.zip
gcc-e37cda9b2c552b1bf1fe5f8431d749c94d2cdbf5.tar.gz
gcc-e37cda9b2c552b1bf1fe5f8431d749c94d2cdbf5.tar.bz2
One more typo.
From-SVN: r20263
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index cb797e1..9e2be41 100644
--- 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 *));