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>
This commit is contained in:
Scott Rifenbark 2012-12-07 07:30:11 -06:00 committed by Richard Purdie
parent f00ba684e0
commit 260fd34e66
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,7 @@ Core layer for images cannot be removed
<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.