From: Ian Lance Taylor Date: Wed, 19 Aug 2020 21:42:11 +0000 (-0700) Subject: cmd/dist: fix tipo in comment X-Git-Tag: go1.16beta1~1266 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2d34f3d023586fc001d64b372bd709efaab54a18;p=gostls13.git cmd/dist: fix tipo in comment Change-Id: I98fbf0dc94cf182adec5d414a56b9cc5126c38f4 Reviewed-on: https://go-review.googlesource.com/c/go/+/249437 Run-TryBot: Ian Lance Taylor Reviewed-by: Cherry Zhang TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go index 0b50f66c32..79eab24d29 100644 --- a/src/cmd/dist/buildtool.go +++ b/src/cmd/dist/buildtool.go @@ -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",