Correct argument order in comment

* etc/ETAGS.EBNF (position): Correct comment.
This commit is contained in:
Vasilij Schneidermann 2020-12-19 17:57:50 +01:00 committed by Eli Zaretskii
parent 37eba74d60
commit b3fe0ac62e

View file

@ -52,7 +52,7 @@ pattern ::= regstring /* a tag pattern */
tagname ::= regchar regstring /* a tag name */
position ::= realposition | "," /* charpos,linepos */
position ::= realposition | "," /* linepos,charpos */
realposition ::= "," unsint | unsint "," | unsint "," unsint