From 195705bf92c23c0c1b66cbfc997e16ceeb446a90 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Fri, 26 Mar 2021 18:33:13 -0700 Subject: [PATCH] [doc]: Fix typos in README (#206) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e771487c7a4..ada84ec6a928 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repository contains the scripts and patches to build the kernel for SONiC. - New kernel modules which are common to all platforms. - Platform specific kernel modules which are impossible or very difficult to be built out of kernel tree. -Platform specific kernel modules are expected to develop out-of-tree kernel modules, provide them in debian packages to be embeded into SONiC ONE image and installed on their platforms. +Platform specific kernel modules are expected to develop out-of-tree kernel modules, provide them in debian packages to be embedded into SONiC ONE image and installed on their platforms. For all patches, please ensure you have run the patch with `checkpatch.pl` and pass it. @@ -44,4 +44,4 @@ If the files patch/kconfig-exclusions and patch/kconfig-inclusions exist, they w Also, the final kernel configuration will be checked to verify that: - all options asked to be excluded are effectively not present in the kernel, -- and all options asked to be included are effectively present in the kernel, using the exact type (module or buit-in) or string or number. +- and all options asked to be included are effectively present in the kernel, using the exact type (module or built-in) or string or number.