diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-04-09 22:03:50 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-04-09 22:09:15 +0200 |
commit | 76b267b43cbf93163b1648c4430ab1102e24142e (patch) | |
tree | 0fa71d125d9676dc947d5641026ff691fedbbd0d /gcc | |
parent | e081ced345c45581a4891361c08e50e07720239e (diff) | |
download | gcc-76b267b43cbf93163b1648c4430ab1102e24142e.zip gcc-76b267b43cbf93163b1648c4430ab1102e24142e.tar.gz gcc-76b267b43cbf93163b1648c4430ab1102e24142e.tar.bz2 |
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 <jakub@redhat.com>
* gm2-compiler/M2MetaError.def: Fix comment typo, range" -> "range2".
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/m2/gm2-compiler/M2MetaError.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/m2/gm2-compiler/M2MetaError.def b/gcc/m2/gm2-compiler/M2MetaError.def index 637a27d..92c4ad2 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". *) (* |