From 0a12882381853be8ebc706cc041beec80e70b50b Mon Sep 17 00:00:00 2001 From: Cholerae Hu Date: Wed, 11 May 2016 04:03:36 -0500 Subject: [PATCH] Update linux-mm-1.md Fix a typo. --- mm/linux-mm-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/linux-mm-1.md b/mm/linux-mm-1.md index 3be657a..aa7855c 100644 --- a/mm/linux-mm-1.md +++ b/mm/linux-mm-1.md @@ -107,7 +107,7 @@ struct memblock memblock __initdata_memblock = { }; ``` -Here we can see initialization of the `memblock` structure which has the same name as structure - `memblock`. First of all note the `__initdata_memblock`. Defenition of this macro looks like: +Here we can see initialization of the `memblock` structure which has the same name as structure - `memblock`. First of all note the `__initdata_memblock`. Definition of this macro looks like: ```C #ifdef CONFIG_ARCH_DISCARD_MEMBLOCK