aboutsummaryrefslogtreecommitdiff
path: root/test/blank1.go
diff options
context:
space:
mode:
authoralex-semenyuk <alexsemenyuk88@gmail.com>2020-03-29 08:12:06 +0000
committerIan Lance Taylor <iant@golang.org>2020-03-29 17:12:56 +0000
commit82047a080f0aa320e316773fe8bcbb7c7bcd5a1f (patch)
treed15fac7f9caed8680801a88b827b7c90e247ba87 /test/blank1.go
parent5aef51a729f428bfd4b2c28fd2ba7950660608e0 (diff)
downloadgo-82047a080f0aa320e316773fe8bcbb7c7bcd5a1f.tar.gz
go-82047a080f0aa320e316773fe8bcbb7c7bcd5a1f.zip
test, test/fixedbugs, crypto/x509, go/internal/gccgoimporter: fix typos
Change-Id: Ie2d605ca8cc3bde2e26c6865642ff4e6412cd075 GitHub-Last-Rev: ce5c3ba369b2ef476e7c63e4404baa256584f357 GitHub-Pull-Request: golang/go#38137 Reviewed-on: https://go-review.googlesource.com/c/go/+/226201 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'test/blank1.go')
-rw-r--r--test/blank1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blank1.go b/test/blank1.go
index 1a9f012464..c9a8e6a290 100644
--- a/test/blank1.go
+++ b/test/blank1.go
@@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Test that incorrect uses of the blank identifer are caught.
+// Test that incorrect uses of the blank identifier are caught.
// Does not compile.
package _ // ERROR "invalid package name"