mirror of
https://github.com/golang/go
synced 2024-11-11 18:11:40 -07:00
cmd/asm/internal/lex: fix comment, remove the first "has"
Change-Id: I429f0fa6c99ef576fe83c7bd0d1c1e176ecbb179
GitHub-Last-Rev: fb581b7f27
GitHub-Pull-Request: golang/go#61066
Reviewed-on: https://go-review.googlesource.com/c/go/+/507097
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
This commit is contained in:
parent
2db31efdba
commit
683f51d307
@ -65,7 +65,7 @@ func (s *Slice) Col() int {
|
||||
// #define A #define B(x) x
|
||||
// and
|
||||
// #define A #define B (x) x
|
||||
// The first has definition of B has an argument, the second doesn't. Because we let
|
||||
// The first definition of B has an argument, the second doesn't. Because we let
|
||||
// text/scanner strip the blanks for us, this is extremely rare, hard to fix, and not worth it.
|
||||
return s.pos
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user