Fixing typo

This commit is contained in:
Brad Baker 2021-08-24 00:15:47 -04:00
parent fe3db9f939
commit 8012508508

View File

@ -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}