From 041af827a036308ca15fc0e11ba4b4b49f847efc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 19 Nov 2012 16:28:04 +0000 Subject: 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 --- gcc/go/gofrontend/parse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go/gofrontend/parse.cc') diff --git a/gcc/go/gofrontend/parse.cc b/gcc/go/gofrontend/parse.cc index ab2bb7c..72059b8 100644 --- a/gcc/go/gofrontend/parse.cc +++ b/gcc/go/gofrontend/parse.cc @@ -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) -- cgit v1.1