Fix a wrong sentence in the docs.
authorLuca Ceresoli <luca@lucaceresoli.net>
Thu, 8 Jul 2010 20:11:54 +0000 (22:11 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 8 Jul 2010 20:15:34 +0000 (22:15 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/buildroot.html

index 48854decc81b358f3c1bb7f1599074a4250635fd..6d4f17c7531505aaa03e085aa82bc34672f4ea6e 100644 (file)
@@ -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