1
0
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:
Ross Smith II 2024-09-02 07:21:36 -07:00 committed by GitHub
parent fc9f02c7ae
commit cc2d567dbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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