docs: Fix kernel configs README spelling errors

- `fragments` in backticks
- s/perfoms/performs/

Fixes: #3338
Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
This commit is contained in:
Jakob Naucke 2021-12-22 18:57:47 +01:00
parent 562fc73769
commit 55bac67ac6
No known key found for this signature in database
GPG Key ID: 45FA1C7D310C0EBE

View File

@ -7,7 +7,7 @@ Containers VM kernels.
This directory holds config files for the Kata Linux Kernel in two forms: 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 constructed into a complete config file using the kernel
`scripts/kconfig/merge_config.sh` script. `scripts/kconfig/merge_config.sh` script.
- As complete config files that can be used as-is. - As complete config files that can be used as-is.
@ -56,7 +56,7 @@ Example of valid exclusion:
# !s390x !ppc64le # !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: fail and report the error in the cases of:
- A duplicate `CONFIG` symbol appearing. - A duplicate `CONFIG` symbol appearing.