]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: fix tipo in comment
authorIan Lance Taylor <iant@golang.org>
Wed, 19 Aug 2020 21:42:11 +0000 (14:42 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 19 Aug 2020 22:15:07 +0000 (22:15 +0000)
Change-Id: I98fbf0dc94cf182adec5d414a56b9cc5126c38f4
Reviewed-on: https://go-review.googlesource.com/c/go/+/249437
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/dist/buildtool.go

index 0b50f66c3297706bbef0217c584fd1a8c690e898..79eab24d29e3d2b8861178f28848ed67b699d7ef 100644 (file)
@@ -113,7 +113,7 @@ var ignorePrefixes = []string{
 
 // File suffixes that use build tags introduced since Go 1.4.
 // These must not be copied into the bootstrap build directory.
-// Also igonore test files.
+// Also ignore test files.
 var ignoreSuffixes = []string{
        "_arm64.s",
        "_arm64.go",