From c831062743581cd143f7ecbf7c4e1480bfa56326 Mon Sep 17 00:00:00 2001 From: dianhenglau Date: Tue, 3 Jan 2023 23:41:38 +0800 Subject: [PATCH] Fix spelling --- 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 2f42cdd..5741aed 100644 --- a/src/0_background_information.md +++ b/src/0_background_information.md @@ -96,7 +96,7 @@ runtime. In this book I'll use the term "green threads" to mean stackful coroutines to differentiate them from the other continuation mechanisms described in this chapter. You can, however, see the term "green threads" be used to describe a broader set of continuation mechanisms in different -littrature or discussions on the internet. +literature or discussions on the internet. Green threads use the same mechanism as an OS - creating a thread for each task, setting up a stack, saving the CPU's state, and jumping from one