Fix incorrect uses of therefor (#204)

* Fix typo (therefor -> therefore)

* Rephrased a sentence

* Added backticks back in
This commit is contained in:
Leon Loopik
2016-08-10 12:22:53 +02:00
committed by Philipp Oppermann
parent 462a38d0ca
commit 98c3b2a4a1
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ date = "2016-01-01"
updated = "2016-03-06"
+++
In this post we will create a new page table to map the kernel sections correctly. Therefor we will extend the paging module to support modifications of _inactive_ page tables as well. Then we will switch to the new table and secure our kernel stack by creating a guard page.
In this post we will create a new page table to map the kernel sections correctly. Therefore we will extend the paging module to support modifications of _inactive_ page tables as well. Then we will switch to the new table and secure our kernel stack by creating a guard page.
<!--more--><aside id="toc"></aside>