소스 검색

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