Browse Source

Merge pull request #133 from guoxiao/typo

Fix a typo
0xAX 9 years ago
parent
commit
64dcebdb0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Misc/how_kernel_compiled.md

+ 1 - 1
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
 			 --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
 Directly to the kernel build
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------