We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8111104 commit e8a610eCopy full SHA for e8a610e
src/runtime/mem.go
@@ -19,7 +19,7 @@ import "unsafe"
19
// fault, may give back unexpected zeroes, etc.).
20
// 4) Ready - may be accessed safely.
21
//
22
-// 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
23
// currently supported platforms. One could get by with just None, Reserved, and
24
// Ready. However, the Prepared state gives us flexibility for performance
25
// purposes. For example, on POSIX-y operating systems, Reserved is usually a
0 commit comments