Преглед на файлове

Update linux-mm-1.md

Fix a typo.
Cholerae Hu преди 9 години
родител
ревизия
0a12882381
променени са 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
 #ifdef CONFIG_ARCH_DISCARD_MEMBLOCK