Commit cc4aac2b authored by Alberto Donizetti's avatar Alberto Donizetti

cmd/compile/internal/syntax: fix 'delimiters' spelling

Change-Id: Iffb52a0bdc479642eda3b5a12ba5da6590d0f0ec
Reviewed-on: https://go-review.googlesource.com/55330Reviewed-by: default avatarRobert Griesemer <gri@golang.org>
parent 5abc8c89
......@@ -25,7 +25,7 @@ const (
_Arrow
_Star
// delimitors
// delimiters
_Lparen
_Lbrack
_Lbrace
......@@ -97,7 +97,7 @@ var tokstrings = [...]string{
_Arrow: "<-",
_Star: "*",
// delimitors
// delimiters
_Lparen: "(",
_Lbrack: "[",
_Lbrace: "{",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment