فهرست منبع

fix typo of "subsys"

Jeremy Wong 7 سال پیش
والد
کامیت
360efa83bd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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`.