aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorJes Cok <xigua67damn@gmail.com>2025-11-06 11:59:13 +0000
committerGopher Robot <gobot@golang.org>2025-11-07 12:50:32 -0800
commitd36e88f21f56dcf45fed2231fe28f948a31c936b (patch)
treeefc8c96e9eb37148e62eb6f1ebb922a2615e6641 /src/runtime
parentad3ccd92e4c2ddfc1499a5e038eb0aa0012c0dda (diff)
downloadgo-d36e88f21f56dcf45fed2231fe28f948a31c936b.tar.xz
runtime: tweak wording for doc
Change-Id: Id0be4b8744ded98cd28f94d89898d8cbac0f543e GitHub-Last-Rev: e8a610e10a6403ad2e6daf99d461a3e539a3630d GitHub-Pull-Request: golang/go#76197 Reviewed-on: https://go-review.googlesource.com/c/go/+/718420 Reviewed-by: Keith Randall <khr@google.com> Auto-Submit: Keith Randall <khr@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/mem.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mem.go b/src/runtime/mem.go
index f0b00c7715..f373173eb3 100644
--- a/src/runtime/mem.go
+++ b/src/runtime/mem.go
@@ -19,7 +19,7 @@ import "unsafe"
// fault, may give back unexpected zeroes, etc.).
// 4) Ready - may be accessed safely.
//
-// This set of states is more than is strictly necessary to support all the
+// This set of states is more than strictly necessary to support all the
// currently supported platforms. One could get by with just None, Reserved, and
// Ready. However, the Prepared state gives us flexibility for performance
// purposes. For example, on POSIX-y operating systems, Reserved is usually a