mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix typos
Change-Id: I6035941df8b0de6aeaf6c05df7257bcf6e9191fe Reviewed-on: https://go-review.googlesource.com/19320 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
abf4696ede
commit
58ec5839cd
14 changed files with 16 additions and 16 deletions
|
|
@ -5,7 +5,7 @@
|
|||
package gc
|
||||
|
||||
// The recursive-descent parser is built around a slighty modified grammar
|
||||
// of Go to accomodate for the constraints imposed by strict one token look-
|
||||
// of Go to accommodate for the constraints imposed by strict one token look-
|
||||
// ahead, and for better error handling. Subsequent checks of the constructed
|
||||
// syntax tree restrict the language accepted by the compiler to proper Go.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue