]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/cgo: fix 'see gmp.go' to 'see doc.go'
authorKoichi Shiraishi <zchee.io@gmail.com>
Sun, 27 Jun 2021 02:50:17 +0000 (11:50 +0900)
committerDmitri Shuralyov <dmitshur@golang.org>
Mon, 28 Jun 2021 16:41:43 +0000 (16:41 +0000)
Change-Id: I303edc9dfbf4185b5b461b121ab504f6ed9f8630
Reviewed-on: https://go-review.googlesource.com/c/go/+/330839
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>

src/cmd/cgo/main.go

index 03a662e689de8abe8229142c1e2ff37fd6e1f709..c6a0c525e64f212bd51bb7a5eb317e46a085ffbc 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Cgo; see gmp.go for an overview.
+// Cgo; see doc.go for an overview.
 
 // TODO(rsc):
 //     Emit correct line number annotations.