1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 04:10:56 +00:00

Update linux-initialization-3.md

typo
This commit is contained in:
johnny 2019-03-02 14:43:14 +08:00 committed by GitHub
parent db53aa2fcc
commit 3af39d78e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,7 +392,7 @@ where `NODES_SHIFT` depends on `CONFIG_NODES_SHIFT` configuration parameter and
#endif
```
`memblick_set_region_node` function just fills `nid` field from `memblock_region` with the given value:
`memblock_set_region_node` function just fills `nid` field from `memblock_region` with the given value:
```C
static inline void memblock_set_region_node(struct memblock_region *r, int nid)