Browse Source

Fixing typo

Brad Baker 3 years ago
parent
commit
8012508508
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -204,7 +204,7 @@ mkdir -p ~/develop/kernel/hello-1
 cd ~/develop/kernel/hello-1
 \end{codebash}
 
-Paste this into you favorite editor and save it as \verb|hello-1.c|:
+Paste this into your favorite editor and save it as \verb|hello-1.c|:
 
 \samplec{examples/hello-1.c}