1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 22:58:08 +00:00

Merge pull request #532 from navhaxs/patch-1

fix typo of "subsys"
This commit is contained in:
0xAX 2017-10-23 00:08:08 +06:00 committed by GitHub
commit e3a8b39f33

View File

@ -39,7 +39,7 @@ The Linux kernel calls all architecture-specific `initcalls` before the `fs` rel
* `core`; * `core`;
* `postcore`; * `postcore`;
* `arch`; * `arch`;
* `susys`; * `subsys`;
* `fs`; * `fs`;
* `device`; * `device`;
* `late`. * `late`.