From: Per Bothner Date: Sat, 6 Jun 1998 10:41:05 +0000 (-0700) Subject: Fixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles. X-Git-Tag: prereleases/egcs-1.1-prerelease~898 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77346de2e5f8586098575b7f23ffef28620b79db;p=thirdparty%2Fgcc.git Fixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles. From-SVN: r20262 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index dec6acc65f20..cb797e119749 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)