summaryrefslogtreecommitdiff
path: root/docs/buildroot.html
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2010-07-08 22:11:54 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-08 22:15:34 +0200
commita8102672d990f5ac6cf0fb689cb0073712e08f0c (patch)
tree9e06ab3dfebe210a1f35fc42c44c33a993f3c35c /docs/buildroot.html
parent0f590b68e082c1010e2b09310c472266526d094d (diff)
Fix a wrong sentence in the docs.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r--docs/buildroot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 48854decc..6d4f17c75 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -1010,7 +1010,7 @@ $(eval $(call GENTARGETS,package,libfoo,host))
<p>For the target package, the <code>GENTARGETS</code> uses the
variables defined by the .mk file and prefixed by the uppercased
- package name: <code>LIBFOO_*</code>. For target package, it uses
+ package name: <code>LIBFOO_*</code>. For the host package, it uses
the <code>HOST_LIBFOO_*</code>. For <i>some</i> variables, if the
<code>HOST_LIBFOO_</code> prefixed variable doesn't exist, the
package infrastructure uses the corresponding variable prefixed by