https://gcc.gnu.org/g:76b267b43cbf93163b1648c4430ab1102e24142e

commit r15-9347-g76b267b43cbf93163b1648c4430ab1102e24142e
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Apr 9 22:03:50 2025 +0200

    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  <ja...@redhat.com>
    
            * gm2-compiler/M2MetaError.def: Fix comment typo, range" -> 
"range2".

Diff:
---
 gcc/m2/gm2-compiler/M2MetaError.def | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/m2/gm2-compiler/M2MetaError.def 
b/gcc/m2/gm2-compiler/M2MetaError.def
index 637a27d8f095..92c4ad2b8d8e 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".
 *)
 
 (*

Reply via email to