From 360efa83bd84bf231dfc0aa5c4a210f95957d64c Mon Sep 17 00:00:00 2001 From: Jeremy Wong Date: Mon, 23 Oct 2017 00:05:41 +1100 Subject: [PATCH] fix typo of "subsys" --- Concepts/initcall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.