re PR translation/53764 (Typo in translatable string: "literalto")

PR translation/53764
compiler: Fix typo in error message.

Reported by Roland Stigge.

From-SVN: r193626
This commit is contained in:
Ian Lance Taylor 2012-11-19 16:28:04 +00:00
parent e053cf01e3
commit 041af827a0

View File

@ -2941,7 +2941,7 @@ Parse::primary_expr(bool may_be_sink, bool may_be_composite_lit,
if (t->named_type() != NULL
|| t->forward_declaration_type() != NULL)
error_at(start_loc,
_("parentheses required around this composite literal"
_("parentheses required around this composite literal "
"to avoid parsing ambiguity"));
}
else if (is_parenthesized)