mirror of
https://github.com/golang/go
synced 2024-11-21 11:54:39 -07:00
internal/platform: Fix typo
This commit is contained in:
parent
fc9f02c7ae
commit
cc2d567dbe
@ -281,7 +281,7 @@ func FirstClass(goos, goarch string) bool {
|
||||
return distInfo[OSArch{goos, goarch}].FirstClass
|
||||
}
|
||||
|
||||
// Broken reportsr whether goos/goarch is considered a broken port.
|
||||
// Broken reports whether goos/goarch is considered a broken port.
|
||||
// (See https://go.dev/wiki/PortingPolicy#broken-ports.)
|
||||
func Broken(goos, goarch string) bool {
|
||||
return distInfo[OSArch{goos, goarch}].Broken
|
||||
|
Loading…
Reference in New Issue
Block a user