Hi!

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.

Committed to trunk as obvious.

2025-04-09  Jakub Jelinek  <ja...@redhat.com>

        * gm2-compiler/M2MetaError.def: Fix comment typo, range" -> "range2".

--- gcc/m2/gm2-compiler/M2MetaError.def.jj      2025-04-08 14:08:52.102270018 
+0200
+++ gcc/m2/gm2-compiler/M2MetaError.def 2025-04-09 18:43:35.032144612 +0200
@@ -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".
 *)
 
 (*

        Jakub

Reply via email to