浏览代码

Merge pull request #223 from visitorckw/master

Fix typo
Jim Huang 1 年之前
父节点
当前提交
c94b672959
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -383,7 +383,7 @@ The dash character will get converted to an underscore, so when you again try:
 sudo lsmod | grep hello
 sudo lsmod | grep hello
 \end{codebash}
 \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}
 \begin{codebash}
 sudo rmmod hello_1
 sudo rmmod hello_1
 \end{codebash}
 \end{codebash}