Commit 8db79477 by Per Bothner

Fix typo.

From-SVN: r20260
parent a007341f
......@@ -263,4 +263,4 @@ int lang_specific_pre_link () /* Not used for C++. */
}
/* Number of extra output files that lang_specific_pre_link may generate. */
int lang_specific_extra_ofiles = 0; /* Not used for C++. */
int lang_specific_extra_outfiles = 0; /* Not used for C++. */
......@@ -287,4 +287,4 @@ int lang_specific_pre_link () /* Not used for F77. */
}
/* Number of extra output files that lang_specific_pre_link may generate. */
int lang_specific_extra_ofiles = 0; /* Not used for F77. */
int lang_specific_extra_outfiles = 0; /* Not used for F77. */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment