summaryrefslogtreecommitdiffstats
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>2013-01-03 12:34:26 +0000
commit8e078932c3404ac2eaa90c03709bc5bb9031c2d4 (patch)
tree21daa3de6a18b8c087ce1b3b4191f68af45d3c05
parent151d4fbc4e10aea97515757d3f2ff70f86ea9148 (diff)
downloadpoky-8e078932c3404ac2eaa90c03709bc5bb9031c2d4.tar.gz
documentation: poky-ref-manual - Fixed grammar typo.
(From yocto-docs rev: 2660f17b79a36772081e37117be85ee304b78f20) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 0c197535b4..64a5220d3a 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -669,7 +669,7 @@
669 <literallayout class='monospaced'> 669 <literallayout class='monospaced'>
670 FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:" 670 FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:"
671 </literallayout> 671 </literallayout>
672 Typically, you want your directories search first. 672 Typically, you want your directories searched first.
673 To make sure that happens, use <filename>_prepend</filename> and 673 To make sure that happens, use <filename>_prepend</filename> and
674 the immediate expansion (<filename>:=</filename>) operator as shown in the 674 the immediate expansion (<filename>:=</filename>) operator as shown in the
675 previous example. 675 previous example.