From 13f0338ef705b71b1053be04213df7c07c16dbb5 Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 23:22:46 +1100 Subject: [PATCH] fix minor typos in 02-HelloWorld.sgml --- LDP/guide/docbook/lkmpg-2.4/02-HelloWorld.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. :