From: Kristóf Havasi Date: Mon, 4 Nov 2024 12:25:34 +0000 (+0100) Subject: internal/platform: fix 'reportsr' typo in comment X-Git-Tag: go1.24rc1~482 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=293a205f3c196dcc2eb22bc03b520cad659fce93;p=gostls13.git 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 Auto-Submit: Ian Lance Taylor Reviewed-by: David Chase LUCI-TryBot-Result: Go LUCI --- diff --git a/src/internal/platform/supported.go b/src/internal/platform/supported.go index 193658f878..e864c37d68 100644 --- a/src/internal/platform/supported.go +++ b/src/internal/platform/supported.go @@ -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