From 1c91dcfdd9ad3cdd6fc2cc5e798f4a878ef5f929 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Sat, 19 Dec 2020 17:57:50 +0100 Subject: [PATCH] Correct argument order in comment * etc/ETAGS.EBNF (position): Correct comment --- etc/ETAGS.EBNF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ETAGS.EBNF b/etc/ETAGS.EBNF index 80deb16218..04db4e3dc8 100644 --- a/etc/ETAGS.EBNF +++ b/etc/ETAGS.EBNF @@ -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 -- 2.29.2