From 292339e6282de41495e092e73b741f46541bef3e Mon Sep 17 00:00:00 2001 From: Kuan-Wei Chiu Date: Sat, 2 Sep 2023 19:57:53 +0800 Subject: [PATCH] Fix typo Capitalized the first letter in a sentence. --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lkmpg.tex b/lkmpg.tex index 329e8b1e..c22adab4 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -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}