From aa00200827d0956fa4e13f1e760c081692562399 Mon Sep 17 00:00:00 2001 From: Guo Xiao Date: Mon, 27 Jul 2015 01:31:06 +0800 Subject: [PATCH] Fix a typo --- 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 9a706c3..6b648f1 100644 --- a/Misc/how_kernel_compiled.md +++ b/Misc/how_kernel_compiled.md @@ -233,7 +233,7 @@ export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \ --exclude CVS --exclude .pc --exclude .hg --exclude .git ``` -That's all. We have finsihed with the all preparations, next point is the building of `vmlinux`. +That's all. We have finished with the all preparations, next point is the building of `vmlinux`. Directly to the kernel build --------------------------------------------------------------------------------