From 76b267b43cbf93163b1648c4430ab1102e24142e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 9 Apr 2025 22:03:50 +0200 Subject: [PATCH] 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". --- 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". *) (* -- 2.47.2