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".
This commit is contained in:
parent
e081ced345
commit
76b267b43c
1 changed files with 2 additions and 1 deletions
|
@ -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".
|
||||
*)
|
||||
|
||||
(*
|
||||
|
|
Loading…
Add table
Reference in a new issue