diff options
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r-- | chapter05/kernel-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index 8d6ab66e7..a5a7e9a63 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -22,7 +22,7 @@ This command copies the cross-platform kernel header files to <filename>$LFS/usr/include</filename></para> <para><userinput>touch $LFS/usr/include/linux/autoconf.h</userinput>: Some -kernel header files include this <filename>autconf.h</filename> file, but +kernel header files include this <filename>autoconf.h</filename> file, but outside the Linux source tree, that file has no meaning so we just create an empty one so we don't get compile errors whenever it happens to be a dependency of another kernel header file.</para> |