diff --git a/LDP/guide/docbook/lkmpg-2.4/02-HelloWorld.sgml b/LDP/guide/docbook/lkmpg-2.4/02-HelloWorld.sgml index 7cdd9b63..a79ff2ea 100644 --- a/LDP/guide/docbook/lkmpg-2.4/02-HelloWorld.sgml +++ b/LDP/guide/docbook/lkmpg-2.4/02-HelloWorld.sgml @@ -125,7 +125,7 @@ MODULE_LICENSE("GPL"); will cause loading the module to fail, since insmod won't find those functions in the kernel. : - 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. :