From 293a205f3c196dcc2eb22bc03b520cad659fce93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Krist=C3=B3f=20Havasi?= Date: Mon, 4 Nov 2024 13:25:34 +0100 Subject: [PATCH] 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 --- src/internal/platform/supported.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1