From 0f9f04898dac7f7307c8e9fbb81e09475246833b Mon Sep 17 00:00:00 2001 From: Cheng-Yang Chou Date: Sun, 3 Aug 2025 21:21:36 +0800 Subject: [PATCH] Fix grammer Signed-off-by: Cheng-Yang Chou --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lkmpg.tex b/lkmpg.tex index 4b27f335..d0bb7147 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -677,7 +677,7 @@ \subsection{Building modules for a precompiled kernel} In this case, you need to restore the value of symbol \textbf{EXTRAVERSION} to \textbf{-rc2}. We suggest keeping a backup copy of the makefile used to compile your kernel available in \verb|/lib/modules/5.14.0-rc2/build|. -A simple command as following should suffice. +A simple command as follows should suffice. \begin{codebash} cp /lib/modules/`uname -r`/build/Makefile linux-`uname -r` \end{codebash}