diff options
author | 2012-12-07 07:30:11 -0600 | |
---|---|---|
committer | 2013-01-03 12:34:26 +0000 | |
commit | 8e078932c3404ac2eaa90c03709bc5bb9031c2d4 (patch) | |
tree | 21daa3de6a18b8c087ce1b3b4191f68af45d3c05 | |
parent | 151d4fbc4e10aea97515757d3f2ff70f86ea9148 (diff) | |
download | poky-8e078932c3404ac2eaa90c03709bc5bb9031c2d4.tar.gz poky-8e078932c3404ac2eaa90c03709bc5bb9031c2d4.tar.bz2 poky-8e078932c3404ac2eaa90c03709bc5bb9031c2d4.zip |
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.xml | 2 |
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 @@ <literallayout class='monospaced'> FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:" </literallayout> - Typically, you want your directories search first. + Typically, you want your directories searched first. To make sure that happens, use <filename>_prepend</filename> and the immediate expansion (<filename>:=</filename>) operator as shown in the previous example. |