Merge pull request #223 from visitorckw/master

Fix typo
This commit is contained in:
Jim Huang 2023-09-02 22:48:12 +08:00 committed by GitHub
commit c94b672959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -383,7 +383,7 @@ The dash character will get converted to an underscore, so when you again try:
sudo lsmod | grep hello
\end{codebash}
you should now see your loaded module. It can be removed again with:
You should now see your loaded module. It can be removed again with:
\begin{codebash}
sudo rmmod hello_1
\end{codebash}