diff --git a/Concepts/initcall.md b/Concepts/initcall.md index dd155dd..d09390d 100644 --- a/Concepts/initcall.md +++ b/Concepts/initcall.md @@ -39,7 +39,7 @@ The Linux kernel calls all architecture-specific `initcalls` before the `fs` rel * `core`; * `postcore`; * `arch`; -* `susys`; +* `subsys`; * `fs`; * `device`; * `late`.