소스 검색

Fix typo

Capitalized the first letter in a sentence.
Kuan-Wei Chiu 1 년 전
부모
커밋
292339e628
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
 \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}