summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
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:17 +0000
commita2100b9b9d06c88f3791620729f64c39f8443f64 (patch)
tree9c597f4d04fe0309374a7ab52f47b5755e2e810f /documentation/poky-ref-manual
parentfdacedcafde3bcbcf6ef26e482a4fd3d638acf85 (diff)
downloadpoky-a2100b9b9d06c88f3791620729f64c39f8443f64.tar.gz
documentation: poky-ref-manual - Fixed grammar typo.
(From yocto-docs rev: 6f9fe9a15a57312e09fc1a247f45bccb0aa95dd4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-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 ac068228cf..fcfc88b8dc 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -788,7 +788,7 @@
788 <literallayout class='monospaced'> 788 <literallayout class='monospaced'>
789 FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:" 789 FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:"
790 </literallayout> 790 </literallayout>
791 Typically, you want your directories search first. 791 Typically, you want your directories searched first.
792 To make sure that happens, use <filename>_prepend</filename> and 792 To make sure that happens, use <filename>_prepend</filename> and
793 the immediate expansion (<filename>:=</filename>) operator as shown in the 793 the immediate expansion (<filename>:=</filename>) operator as shown in the
794 previous example. 794 previous example.