1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-02 23:42:31 +00:00

fix typo of "subsys"

This commit is contained in:
Jeremy Wong 2017-10-23 00:05:41 +11:00 committed by proninyaroslav
parent 1f2c47982d
commit fc63bdf0af

View File

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