From c546f39a95b8a08a71aaf728928e89e0de7db01c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Cayrou Date: Fri, 4 Aug 2017 12:22:11 +0200 Subject: [PATCH] Fix typo linux-initialization-3 --- Initialization/linux-initialization-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Initialization/linux-initialization-3.md b/Initialization/linux-initialization-3.md index 520c718..2784e1c 100644 --- a/Initialization/linux-initialization-3.md +++ b/Initialization/linux-initialization-3.md @@ -260,7 +260,7 @@ and reserves memory region for the given base address and size. `memblock_reserv First touch of the linux kernel memory manager framework -------------------------------------------------------------------------------- -In the previous paragraph we stopped at the call of the `memblock_reserve` function and as i sad before it is the first function from the memory manager framework. Let's try to understand how it works. `memblock_reserve` function just calls: +In the previous paragraph we stopped at the call of the `memblock_reserve` function and as i said before it is the first function from the memory manager framework. Let's try to understand how it works. `memblock_reserve` function just calls: ```C memblock_reserve_region(base, size, MAX_NUMNODES, 0);