runtime: tweak wording for doc
diff --git a/src/runtime/mem.go b/src/runtime/mem.go
index f0b00c7..f373173 100644
--- a/src/runtime/mem.go
+++ b/src/runtime/mem.go
@@ -19,7 +19,7 @@
// 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
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
runtime: tweak wording for doc
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |