Skip to content

Commit d36e88f

Browse files
callthingsoffgopherbot
authored andcommitted
runtime: tweak wording for doc
Change-Id: Id0be4b8744ded98cd28f94d89898d8cbac0f543e GitHub-Last-Rev: e8a610e GitHub-Pull-Request: #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>
1 parent ad3ccd9 commit d36e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/mem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import "unsafe"
1919
// fault, may give back unexpected zeroes, etc.).
2020
// 4) Ready - may be accessed safely.
2121
//
22-
// This set of states is more than is strictly necessary to support all the
22+
// This set of states is more than strictly necessary to support all the
2323
// currently supported platforms. One could get by with just None, Reserved, and
2424
// Ready. However, the Prepared state gives us flexibility for performance
2525
// purposes. For example, on POSIX-y operating systems, Reserved is usually a

0 commit comments

Comments
 (0)