fix minor typos in 02-HelloWorld.sgml

This commit is contained in:
Jason Leschnik 2016-10-24 23:22:46 +11:00
parent 64b6257c76
commit 13f0338ef7
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ MODULE_LICENSE("GPL");
will cause loading the module to fail, since insmod won't find those functions in the kernel.</para></listitem>
<listitem><para><option>-W -Wall</option>:
A programming mistake can take take your system down. You should always turn on compiler warnings, and this applies to
A programming mistake can take your system down. You should always turn on compiler warnings, and this applies to
all your compiling endeavors, not just module compilation.</para></listitem>
<listitem><para><option>-isystem /lib/modules/`uname -r`/build/include</option>: