浏览代码

Merge pull request #394 from choleraehyq/patch-1

Fix a little typo in linux-mm-1.md
0xAX 9 年之前
父节点
当前提交
c001ecc929
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mm/linux-mm-1.md

+ 1 - 1
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
 ```C
 #ifdef CONFIG_ARCH_DISCARD_MEMBLOCK
 #ifdef CONFIG_ARCH_DISCARD_MEMBLOCK