From f05fb8d00e69940eaceac70ccbf692160e1e1516 Mon Sep 17 00:00:00 2001 From: Akash Shende Date: Mon, 23 Mar 2015 08:25:50 +0530 Subject: [PATCH] spelling fix. --- 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 cdd9014..796c2b2 100644 --- a/Initialization/linux-initialization-3.md +++ b/Initialization/linux-initialization-3.md @@ -181,7 +181,7 @@ if (paravirt_enabled()) return; ``` -we exit from the `reserve_ebda_region` function if paravirtualization is enabled because if it enabeled the extended bios data are is absent. In the next step we need to get the end of the low memory: +we exit from the `reserve_ebda_region` function if paravirtualization is enabled because if it enabled the extended bios data area is absent. In the next step we need to get the end of the low memory: ```C lowmem = *(unsigned short *)__va(BIOS_LOWMEM_KILOBYTES);