소스 검색

fix minor typo

Fixes a very minor typo.
Arush Sharma 3 년 전
부모
커밋
51d96f56e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -1564,7 +1564,7 @@ You might need to do this for a short time and that is OK, but if you do not ena
 
 \section{Where To Go From Here?}
 \label{sec:where_to_go}
-For people seriously interested in kernel programming, I recommend \href{https://kernelnewbies.org}{kernelnewbies.org} and the \emph{Documentation} subdirectory within the kernel source code which is bot always easy to understand but can be a starting point for further investigation.
+For people seriously interested in kernel programming, I recommend \href{https://kernelnewbies.org}{kernelnewbies.org} and the \emph{Documentation} subdirectory within the kernel source code which is not always easy to understand but can be a starting point for further investigation.
 Also, as Linus Torvalds said, the best way to learn the kernel is to read the source code yourself.
 
 If you are interested in more examples of short kernel modules then searching on sites such as Github and Gitlab is a good way to start, although there is a lot of duplication of older LKMPG examples which may not compile with newer kernel versions.