From ba3303a41989601051bcf2f66eaaaa1395dd72c9 Mon Sep 17 00:00:00 2001 From: Karel Vlk Date: Fri, 22 Jan 2016 14:54:48 +0100 Subject: [PATCH] typo "kernel" only has one L --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fb82137..8a2f9707 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Kernel config files and the files specific to OPI board are placed in **build** The included build script *build_linux_kernel.sh* can be used to build the kernel
`./build_linux_kernel.sh [clean | all | 2 | plus] [clean]` -**clean** as 1st parameter cleans the kernell tree and build directories
-**clean** as 2nd parameter cleans the kernell tree before build
+**clean** as 1st parameter cleans the kernel tree and build directories
+**clean** as 2nd parameter cleans the kernel tree before build
**all** builds the uImage for OPI-2 & OPI-PLUS
**2** builds the uImage for OPI-2
**plus** builds the uImage for OPI-PLUS