From 55bac67ac62def1fb6e3821d14355b0221a20200 Mon Sep 17 00:00:00 2001 From: Jakob Naucke Date: Wed, 22 Dec 2021 18:57:47 +0100 Subject: [PATCH] docs: Fix kernel configs README spelling errors - `fragments` in backticks - s/perfoms/performs/ Fixes: #3338 Signed-off-by: Jakob Naucke --- tools/packaging/kernel/configs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/packaging/kernel/configs/README.md b/tools/packaging/kernel/configs/README.md index d3e5506669..61845a2851 100644 --- a/tools/packaging/kernel/configs/README.md +++ b/tools/packaging/kernel/configs/README.md @@ -7,7 +7,7 @@ Containers VM kernels. This directory holds config files for the Kata Linux Kernel in two forms: -- A tree of config file 'fragments' in the `fragments` sub-folder, that are +- A tree of config file `fragments` in the `fragments` sub-folder, that are constructed into a complete config file using the kernel `scripts/kconfig/merge_config.sh` script. - As complete config files that can be used as-is. @@ -56,7 +56,7 @@ Example of valid exclusion: # !s390x !ppc64le ``` -The fragment gathering tool perfoms some basic sanity checks, and the `build-kernel.sh` will +The fragment gathering tool performs some basic sanity checks, and the `build-kernel.sh` will fail and report the error in the cases of: - A duplicate `CONFIG` symbol appearing.