summaryrefslogtreecommitdiffstats
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:51 +0100
commit5c5b56cffccef072c777ef5fc281b337d919e60a (patch)
tree8c9eeb5610cfe6386feaa5097f1fd4c57537b409 /documentation/kernel-manual
parent1fc37b75cb845aa5bf19d908746235f8c398cba0 (diff)
downloadpoky-5c5b56cffccef072c777ef5fc281b337d919e60a.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 @@
320 Conceptually, configuration of a Yocto Project kernel occurs similarly to that needed for any 320 Conceptually, configuration of a Yocto Project kernel occurs similarly to that needed for any
321 Linux kernel. 321 Linux kernel.
322 The build process for a Yocto Project kernel uses a <filename>.config</filename> file, which 322 The build process for a Yocto Project kernel uses a <filename>.config</filename> file, which
323 is created through the Linux Kernel Coinfiguration (LKC) tool. 323 is created through the Linux Kernel Configuration (LKC) tool.
324 You can directly set various configurations in the 324 You can directly set various configurations in the
325 <filename>.config</filename> file by using the <filename>menuconfig</filename> 325 <filename>.config</filename> file by using the <filename>menuconfig</filename>
326 tool as built by BitBake. 326 tool as built by BitBake.