aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1998-06-06 03:41:05 -0700
committerPer Bothner <bothner@gcc.gnu.org>1998-06-06 03:41:05 -0700
commit77346de2e5f8586098575b7f23ffef28620b79db (patch)
tree6c014bf5c1ff1c6945558fa2d15417230a488b93 /gcc/gcc.c
parent83e0821b6037a62cc8b865bfb89e8c4011ecbc96 (diff)
downloadgcc-77346de2e5f8586098575b7f23ffef28620b79db.zip
gcc-77346de2e5f8586098575b7f23ffef28620b79db.tar.gz
gcc-77346de2e5f8586098575b7f23ffef28620b79db.tar.bz2
Fixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles.
From-SVN: r20262
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 dec6acc..cb797e1 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -261,7 +261,7 @@ extern void lang_specific_driver PROTO ((void (*) PVPROTO((char *, ...)), int *,
extern int lang_specific_pre_link ();
/* Number of extra output files that lang_specific_pre_link may generate. */
-extern int lang_specific_extra_ofiles;
+extern int lang_specific_extra_outfiles;
#endif
/* Specs are strings containing lines, each of which (if not blank)