Skip to content

Commit 0a12882

Browse files
committed
Update linux-mm-1.md
Fix a typo.
1 parent e084d29 commit 0a12882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/linux-mm-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct memblock memblock __initdata_memblock = {
107107
};
108108
```
109109

110-
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:
110+
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:
111111

112112
```C
113113
#ifdef CONFIG_ARCH_DISCARD_MEMBLOCK

0 commit comments

Comments
 (0)