summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-18 16:19:03 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:42 +0000
commitfceba79bf76a5ab4ddd365f90ea847a15a44bc01 (patch)
treedb3bb714e30be30533853ba8685e4ce8d813321a
parent43d93f3426c44413acdb2284e0362d0d9d06bf8a (diff)
downloadpoky-fceba79bf76a5ab4ddd365f90ea847a15a44bc01.tar.gz
dev-manual: Typo fixed.
(From yocto-docs rev: 89199f983669ff0b6f02314753f2015fd88509ae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 1ba267a5cd..4319ff061a 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3053,7 +3053,7 @@
3053 Before changing configurations with <filename>menuconfig</filename>, copy the 3053 Before changing configurations with <filename>menuconfig</filename>, copy the
3054 existing <filename>.config</filename> and rename it to something else, 3054 existing <filename>.config</filename> and rename it to something else,
3055 use <filename>menuconfig</filename> to make 3055 use <filename>menuconfig</filename> to make
3056 as many changes an you want and save them, then compare the renamed configuration 3056 as many changes as you want and save them, then compare the renamed configuration
3057 file against the newly created file. 3057 file against the newly created file.
3058 You can use the resulting differences as your base to create configuration fragments 3058 You can use the resulting differences as your base to create configuration fragments
3059 to permanently save in your kernel layer. 3059 to permanently save in your kernel layer.