From 80125085084c67cc3bead60b4547469a760dcc10 Mon Sep 17 00:00:00 2001 From: Brad Baker Date: Tue, 24 Aug 2021 00:15:47 -0400 Subject: [PATCH] Fixing typo --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}