From: Brad Baker Date: Tue, 24 Aug 2021 04:15:47 +0000 (-0400) Subject: Fixing typo X-Git-Tag: latest~130^2 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=80125085084c67cc3bead60b4547469a760dcc10;p=lkmpg Fixing typo --- diff --git a/lkmpg.tex b/lkmpg.tex index 60563be..a1a41de 100644 --- a/lkmpg.tex +++ b/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}