diff --git a/README.md b/README.md index d73c189..bb68e4f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Series of posts about linux kernel. **Contributions**: Feel free to create issues or create pull-requests if you find issues or my English is poor. -**Please read [CONTRIBUTING.md](https://github.com/0xAX/linux-insides/blob/master/CONTRIBUTING.md) before you pushed your chanages.** +**Please read [CONTRIBUTING.md](https://github.com/0xAX/linux-insides/blob/master/CONTRIBUTING.md) before you pushed your changes.** Author --------------- diff --git a/linux-bootstrap-2.md b/linux-bootstrap-2.md index 7b79929..107958b 100644 --- a/linux-bootstrap-2.md +++ b/linux-bootstrap-2.md @@ -96,7 +96,7 @@ As we can see first bit is 0 for data segment and 1 for code segment. Next three 4. DPL (descriptor privilege level) defines the privilege level of the segment. I can be 0-3 where 0 is the most privileged. -5. P flag - indicates is segment presented in memory or not. +5. P flag - indicates if segment is presented in memory or not. 6. AVL flag - Available and reserved bits.