aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/syntax/nodes_test.go
diff options
context:
space:
mode:
authorEric Lagergren <ericscottlagergren@gmail.com>2017-04-03 15:54:20 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2017-04-03 23:19:07 +0000
commit094498c9a13cd711ed45a65b153393eb8ae1566b (patch)
treeb0f193a36c9651cb67651d4ba86eda9730254801 /src/cmd/compile/internal/syntax/nodes_test.go
parent50688fcb6ef0f74d6ff91dce95f8823b1f56bdf7 (diff)
downloadgo-094498c9a13cd711ed45a65b153393eb8ae1566b.tar.gz
go-094498c9a13cd711ed45a65b153393eb8ae1566b.zip
all: fix minor misspellings
Change-Id: I1f1cfb161640eb8756fb1a283892d06b30b7a8fa Reviewed-on: https://go-review.googlesource.com/39356 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/cmd/compile/internal/syntax/nodes_test.go')
-rw-r--r--src/cmd/compile/internal/syntax/nodes_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/syntax/nodes_test.go b/src/cmd/compile/internal/syntax/nodes_test.go
index ea446235fa..be9d5d897c 100644
--- a/src/cmd/compile/internal/syntax/nodes_test.go
+++ b/src/cmd/compile/internal/syntax/nodes_test.go
@@ -239,7 +239,7 @@ var comms = []test{
func TestPos(t *testing.T) {
// TODO(gri) Once we have a general tree walker, we can use that to find
- // the first occurence of the respective node and we don't need to hand-
+ // the first occurrence of the respective node and we don't need to hand-
// extract the node for each specific kind of construct.
testPos(t, decls, "package p; ", "",