From 18584400c7479be759401d70aeafed89e421f693 Mon Sep 17 00:00:00 2001 From: James Robb Date: Tue, 19 May 2020 10:08:21 +0000 Subject: [PATCH] Slightly awkward wording. --- src/0_background_information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/0_background_information.md b/src/0_background_information.md index 01093a9..7f1c698 100644 --- a/src/0_background_information.md +++ b/src/0_background_information.md @@ -130,7 +130,7 @@ second as you read this. **Drawbacks:** 1. The stacks might need to grow. Solving this is not easy and will have a cost. -2. You need to save all the CPU state on every switch. +2. You need to save the CPU state on every switch. 3. It's not a _zero cost abstraction_ (Rust had green threads early on and this was one of the reasons they were removed). 4. Complicated to implement correctly if you want to support many different