From 4c92421f3a310fad900ed3d269b837da098a4185 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 14 Feb 2022 23:56:55 +0000 Subject: [PATCH] Fix typo in chapter 10 `README.md` `chacheable` -> `cacheable` --- 10_virtual_mem_part1_identity_mapping/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_virtual_mem_part1_identity_mapping/README.md b/10_virtual_mem_part1_identity_mapping/README.md index 3c41b814..59537311 100644 --- a/10_virtual_mem_part1_identity_mapping/README.md +++ b/10_virtual_mem_part1_identity_mapping/README.md @@ -72,7 +72,7 @@ This file contains an instance of `KernelVirtualLayout`, which stores the descri previously. The `BSP` is the correct place to do this, because it has knowledge of the target board's memory map. -The policy is to only describe regions that are **not** ordinary, normal chacheable DRAM. However, +The policy is to only describe regions that are **not** ordinary, normal cacheable DRAM. However, nothing prevents you from defining those too if you wish to. Here is an example for the device MMIO region: