aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorAndrea Galbusera <gizero@gmail.com>2012-10-15 06:26:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-15 14:45:16 +0100
commit83448c4b318ce60a54aae24a9a247456fa94caaf (patch)
treee0d1edd74d2b08c9e5df2a064f3c53a8bd64089b /documentation/kernel-manual
parentbd83f6a66fed8bcca69c9982e9d0a65b870034d2 (diff)
downloadopenembedded-core-contrib-83448c4b318ce60a54aae24a9a247456fa94caaf.tar.gz
documentation: kernel-manual - Fixed typo.
(From yocto-docs rev: 0ec3c614bc7fad0cf67ddc2cd802cd0e5b0adf95) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/kernel-concepts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml
index 8b9e71ff96..157443d9a5 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 <filename>.config</filename> 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
<filename>.config</filename> file by using the <filename>menuconfig</filename>
tool as built by BitBake.