From 29ad8faec68e77926d371f2db30d0310ca6f6ab4 Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sun, 3 Apr 2016 20:27:47 +0600 Subject: [PATCH] Update initcall.md --- Concepts/initcall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concepts/initcall.md b/Concepts/initcall.md index 1878962..a93a1e3 100644 --- a/Concepts/initcall.md +++ b/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);