Skip to content

Commit b637211

Browse files
ianlancetaylorgopherbot
authored andcommitted
cmd/go: correct function name in comment
Change-Id: I9d8056117367998c3723ec4cc09f47b46ec8b4ee Reviewed-on: https://go-review.googlesource.com/c/go/+/525855 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Bryan Mills <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent a40404d commit b637211

File tree

1 file changed

+1
-1
lines changed
  • src/cmd/go/internal/load

1 file changed

+1
-1
lines changed

src/cmd/go/internal/load/pkg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2596,7 +2596,7 @@ func LinkerDeps(p *Package) ([]string, error) {
25962596
return deps, nil
25972597
}
25982598

2599-
// externalLinkingForced reports the reason external linking is required
2599+
// externalLinkingReason reports the reason external linking is required
26002600
// even for programs that do not use cgo, or the empty string if external
26012601
// linking is not required.
26022602
func externalLinkingReason(p *Package) (what string) {

0 commit comments

Comments
 (0)