Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
The verb 'suggest' is used with the gerund form.
  • Loading branch information
visitorckw committed Oct 7, 2023
1 parent 7ae8eac commit c0abff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lkmpg.tex
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ \subsection{Building modules for a precompiled kernel}
\end{verbatim}

In this case, you need to restore the value of symbol \textbf{EXTRAVERSION} to \textbf{-rc2}.
We suggest to keep a backup copy of the makefile used to compile your kernel available in \verb|/lib/modules/5.14.0-rc2/build|.
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.
\begin{codebash}
cp /lib/modules/`uname -r`/build/Makefile linux-`uname -r`
Expand Down

0 comments on commit c0abff2

Please sign in to comment.