瀏覽代碼

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);