소스 검색

Update initcall.md

0xAX 9 년 전
부모
커밋
29ad8faec6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Concepts/initcall.md

+ 1 - 1
Concepts/initcall.md

@@ -4,7 +4,7 @@ The initcall mechanism
 Introduction
 --------------------------------------------------------------------------------
 
-As you may understand, this part will cover interesting and important mechanism in the Linux kernel which is called - `initcall`. We already saw definitions like these:
+As you may understand from the part's title, this part will cover interesting and important concpet in the Linux kernel which is called - `initcall`. We already saw definitions like these:
 
 ```C
 early_param("debug", debug_kernel);