aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/internal/lex/slice.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/asm/internal/lex/slice.go')
-rw-r--r--src/cmd/asm/internal/lex/slice.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/asm/internal/lex/slice.go b/src/cmd/asm/internal/lex/slice.go
index 8ee0c7035f..61b15dd963 100644
--- a/src/cmd/asm/internal/lex/slice.go
+++ b/src/cmd/asm/internal/lex/slice.go
@@ -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
}