diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index d4c8bd566a..2304f0a898 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -7,9 +7,9 @@ Kernel modification involves changing or adding configurations to an existing kernel, - adding recipes to the kernel that are needed to support specific hardware features, or even - changing the source code itself. - This section presents some simple examples that modify the kernel source code, + changing or adding recipes to the kernel that are needed to support specific hardware features, + or even altering the source code itself. + This appendix presents simple examples that modify the kernel source code, change the kernel configuration, and add a kernel source recipe.