Procházet zdrojové kódy

Merge pull request #223 from visitorckw/master

Fix typo
Jim Huang před 1 rokem
rodič
revize
c94b672959
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 \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}