]> Cypherpunks repositories - gostls13.git/commitdiff
internal/platform: fix 'reportsr' typo in comment
authorKristóf Havasi <kristof.havasi@gmail.com>
Mon, 4 Nov 2024 12:25:34 +0000 (13:25 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 5 Nov 2024 17:09:38 +0000 (17:09 +0000)
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 <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/internal/platform/supported.go

index 193658f878b5819778a3c6bf267658ec868186a6..e864c37d6897d4554df3ea026992e54c95948b54 100644 (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