From: Andrea Galbusera Date: Mon, 15 Oct 2012 13:26:24 +0000 (-0700) Subject: documentation: kernel-manual - Fixed typo. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83448c4b318ce60a54aae24a9a247456fa94caaf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: kernel-manual - Fixed typo. (From yocto-docs rev: 0ec3c614bc7fad0cf67ddc2cd802cd0e5b0adf95) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml index 8b9e71ff96a..157443d9a55 100644 --- a/documentation/kernel-manual/kernel-concepts.xml +++ b/documentation/kernel-manual/kernel-concepts.xml @@ -320,7 +320,7 @@ Conceptually, configuration of a Yocto Project kernel occurs similarly to that needed for any Linux kernel. The build process for a Yocto Project kernel uses a .config file, which - is created through the Linux Kernel Coinfiguration (LKC) tool. + is created through the Linux Kernel Configuration (LKC) tool. You can directly set various configurations in the .config file by using the menuconfig tool as built by BitBake.