summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-12-07 07:30:11 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-07 17:13:15 +0000
commit260fd34e661d243be419885c08290c4f26262d98 (patch)
tree91d1f529c09f336dc0afb63f4319d4811a31a50e /documentation
parentf00ba684e0a3d1bda15a6ca06cc4cd466f1eada0 (diff)
downloadpoky-260fd34e661d243be419885c08290c4f26262d98.tar.gz
documentation: poky-ref-manual - Fixed grammar typo.
(From yocto-docs rev: 1f4da7fb6845407adb0f59f2f1a770f03c5a8f49) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 0de6bfcf5c..275a7465b8 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -993,7 +993,7 @@ Core layer for images cannot be removed
993 <literallayout class='monospaced'> 993 <literallayout class='monospaced'>
994 FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:" 994 FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:"
995 </literallayout> 995 </literallayout>
996 Typically, you want your directories search first. 996 Typically, you want your directories searched first.
997 To make sure that happens, use <filename>_prepend</filename> and 997 To make sure that happens, use <filename>_prepend</filename> and
998 the immediate expansion (<filename>:=</filename>) operator as shown in the 998 the immediate expansion (<filename>:=</filename>) operator as shown in the
999 previous example. 999 previous example.