Procházet zdrojové kódy

fix typo of "subsys"

Jeremy Wong před 7 roky
rodič
revize
360efa83bd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Concepts/initcall.md

+ 1 - 1
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`.