aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2020-06-01 18:06:45 -0400
committerCherry Zhang <cherryyz@google.com>2020-06-01 23:25:14 +0000
commit0eb9767caad4c4a0b447824d7b27328864612d58 (patch)
treeefec33cb31a221f0897b44cf52f2233c2c6f4138 /misc
parent612da6bf19d35755979db8b9fe08066eb31890f0 (diff)
downloadgo-0eb9767caad4c4a0b447824d7b27328864612d58.tar.gz
go-0eb9767caad4c4a0b447824d7b27328864612d58.zip
misc/cgo/testplugin: fix typo in comment
Change-Id: I7d1a5f6936505dff8f765541b5102dcbcd6ae835 Reviewed-on: https://go-review.googlesource.com/c/go/+/235924 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/cgo/testplugin/plugin_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/testplugin/plugin_test.go b/misc/cgo/testplugin/plugin_test.go
index ab98f61c0a..2875271c03 100644
--- a/misc/cgo/testplugin/plugin_test.go
+++ b/misc/cgo/testplugin/plugin_test.go
@@ -32,7 +32,7 @@ func TestMain(m *testing.M) {
}
func testMain(m *testing.M) int {
- // Copy testdata into GOPATH/src/testarchive, along with a go.mod file
+ // Copy testdata into GOPATH/src/testplugin, along with a go.mod file
// declaring the same path.
GOPATH, err := ioutil.TempDir("", "plugin_test")