Skip to content

Commit

Permalink
Merge pull request #223 from visitorckw/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jserv committed Sep 2, 2023
2 parents 863a9e2 + 292339e commit c94b672
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 @@ -383,7 +383,7 @@ \subsection{The Simplest Module}
sudo lsmod | grep hello
\end{codebash}
you should now see your loaded module. It can be removed again with:
You should now see your loaded module. It can be removed again with:
\begin{codebash}
sudo rmmod hello_1
\end{codebash}
Expand Down

0 comments on commit c94b672

Please sign in to comment.