@ -191,7 +191,7 @@ and then mapping that physical page into virtual memory. However, this is all ac
All mapping required to translate and map a page must be done with either the `map_type::src` or `map_type::dest`. This makes it so if you have already mapped a page with `map_type::dest`
the PTE mapping that page will not be used to map the `map_type::src` page.