diff --git a/source/clear-linux/guides/maintenance/kernel-development.rst b/source/clear-linux/guides/maintenance/kernel-development.rst index 305ed6f2..df6f2dd3 100644 --- a/source/clear-linux/guides/maintenance/kernel-development.rst +++ b/source/clear-linux/guides/maintenance/kernel-development.rst @@ -7,7 +7,7 @@ This document shows how to obtain and compile a Linux kernel source using the |CL-ATTR| development tooling. The `kernels available in Clear Linux`_ aim to be performant and practical. -In some cases, it may be necessary modify the kernel to suit your specific +In some cases, it may be necessary to modify the kernel to suit your specific needs or test new kernel code as a developer. .. contents:: :local: @@ -296,7 +296,7 @@ consider using a patch management tool in addition to Git such as Build and install the kernel **************************** After changes have been made to the kernel SPEC file and config file, -the kernel is ready to be compiled and packaged into a RPM. +the kernel is ready to be compiled and packaged into an RPM. #. Start the compilation process by issuing the :command:`make build` command. This process is typically resource intensive and will take a while.