]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/testplugin: fix typo in comment
authorCherry Zhang <cherryyz@google.com>
Mon, 1 Jun 2020 22:06:45 +0000 (18:06 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 1 Jun 2020 23:25:14 +0000 (23:25 +0000)
Change-Id: I7d1a5f6936505dff8f765541b5102dcbcd6ae835
Reviewed-on: https://go-review.googlesource.com/c/go/+/235924
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testplugin/plugin_test.go

index ab98f61c0ad01b3bd1cd1d5010ba4d0054ffa880..2875271c03be39bb3e97ed9daaf95992547fecf3 100644 (file)
@@ -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")