From 7922127011d96822aaee49812014bc32d67df3d9 Mon Sep 17 00:00:00 2001 From: wald-tq Date: Mon, 27 Jul 2015 10:09:51 +0200 Subject: [PATCH] typo in how_kernel_compiled: stesp -> steps --- Misc/how_kernel_compiled.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/how_kernel_compiled.md b/Misc/how_kernel_compiled.md index 7614728..80b45f9 100644 --- a/Misc/how_kernel_compiled.md +++ b/Misc/how_kernel_compiled.md @@ -644,7 +644,7 @@ That's all. Conclusion ================================================================================ -It is the end of this part and here we saw all stesp from the execution of the `make` command to the generation of the `bzImage`. I know, the Linux kernel makefiles and process of the Linux kernel building may seem confusing at first glance, but it is not so hard. Hope this part will help you to understand process of the Linux kernel building. +It is the end of this part and here we saw all steps from the execution of the `make` command to the generation of the `bzImage`. I know, the Linux kernel makefiles and process of the Linux kernel building may seem confusing at first glance, but it is not so hard. Hope this part will help you to understand process of the Linux kernel building. Links ================================================================================