Skip to content

Commit 293a205

Browse files
lnkszgopherbot
authored andcommitted
internal/platform: fix 'reportsr' typo in comment
Gets rendered at https://pkg.go.dev/internal/platform#Broken Change-Id: I128d9f02f113b1b326bc7d6a0e48fe0c944546dc Reviewed-on: https://go-review.googlesource.com/c/go/+/624915 Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: David Chase <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 08d2403 commit 293a205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/platform/supported.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ func FirstClass(goos, goarch string) bool {
281281
return distInfo[OSArch{goos, goarch}].FirstClass
282282
}
283283

284-
// Broken reportsr whether goos/goarch is considered a broken port.
284+
// Broken reports whether goos/goarch is considered a broken port.
285285
// (See https://go.dev/wiki/PortingPolicy#broken-ports.)
286286
func Broken(goos, goarch string) bool {
287287
return distInfo[OSArch{goos, goarch}].Broken

0 commit comments

Comments
 (0)