Commit 83662e2b by Jason Merrill

fix typo

From-SVN: r47293
parent afb0141f
...@@ -2471,7 +2471,7 @@ expand_body (fn) ...@@ -2471,7 +2471,7 @@ expand_body (fn)
/* If FN is external, then there's no point in generating RTL for /* If FN is external, then there's no point in generating RTL for
it. This situation can arise with an inline function under it. This situation can arise with an inline function under
`-fexternal-tempaltes'; we instantiate the function, even though `-fexternal-templates'; we instantiate the function, even though
we're not planning on emitting it, in case we get a chance to we're not planning on emitting it, in case we get a chance to
inline it. */ inline it. */
if (DECL_EXTERNAL (fn)) if (DECL_EXTERNAL (fn))
......
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