Skip to content

Commit e8a610e

Browse files
committed
runtime: tweak wording for doc
1 parent 8111104 commit e8a610e

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)