From: Jakub Jelinek Date: Wed, 9 Apr 2025 20:03:50 +0000 (+0200) Subject: modula2: FIx a comment typo X-Git-Tag: basepoints/gcc-16~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76b267b43cbf93163b1648c4430ab1102e24142e;p=thirdparty%2Fgcc.git modula2: FIx a comment typo During make gcc.pot I've noticed among tons of other warnings (e.g. because can't appears in non-C/C++ style comment and so gettext considers it unterminated) a warning where the lack of " looked unintentional. 2025-04-09 Jakub Jelinek * gm2-compiler/M2MetaError.def: Fix comment typo, range" -> "range2". --- diff --git a/gcc/m2/gm2-compiler/M2MetaError.def b/gcc/m2/gm2-compiler/M2MetaError.def index 637a27d8f09..92c4ad2b8d8 100644 --- a/gcc/m2/gm2-compiler/M2MetaError.def +++ b/gcc/m2/gm2-compiler/M2MetaError.def @@ -109,7 +109,8 @@ FROM NameKey IMPORT Name ; describe the symbol. If ordinary text is copied then it is not quoted. The color strings are: "filename", "quote", "error", "warning", "note", - "locus", "insert", "delete", "type", "range1", range2". + "locus", "insert", "delete", "type", "range1", + "range2". *) (*