Explorar o código

Merge pull request #76 from akash0x53/fixes-3

spelling fix.
0xAX %!s(int64=10) %!d(string=hai) anos
pai
achega
43a20464c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Initialization/linux-initialization-3.md

+ 1 - 1
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);