Explorar o código

fix typo of "subsys"

Jeremy Wong %!s(int64=7) %!d(string=hai) anos
pai
achega
360efa83bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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`.