Browse Source

Merge pull request #138 from wald-tq/patch-1

typo in how_kernel_compiled: stesp -> steps
0xAX 9 năm trước cách đây
mục cha
commit
c86a098037
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Misc/how_kernel_compiled.md

+ 1 - 1
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
 ================================================================================