浏览代码

Merge pull request #330 from QuentinPerez/typo

Fix typo linux-initialization 3
0xAX 9 年之前
父节点
当前提交
2dc9a29596
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Initialization/linux-initialization-3.md

+ 1 - 1
Initialization/linux-initialization-3.md

@@ -344,7 +344,7 @@ After debugging lines were printed next is the call of the following function:
 memblock_add_range(_rgn, base, size, nid, flags);
 memblock_add_range(_rgn, base, size, nid, flags);
 ```
 ```
 
 
-which adds new memory block region into the `.meminit.data` section. As we do not initlieze `_rgn` but it just contains `&memblock.reserved`, we just fill passed `_rgn` with the base address of the extended BIOS data area region, size of this region and flags:
+which adds new memory block region into the `.meminit.data` section. As we do not initialize `_rgn` but it just contains `&memblock.reserved`, we just fill passed `_rgn` with the base address of the extended BIOS data area region, size of this region and flags:
 
 
 ```C
 ```C
 if (type->regions[0].size == 0) {
 if (type->regions[0].size == 0) {