浏览代码

Fix a wrong sentence in the docs.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Luca Ceresoli 15 年之前
父节点
当前提交
a8102672d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/buildroot.html

+ 1 - 1
docs/buildroot.html

@@ -1010,7 +1010,7 @@ $(eval $(call GENTARGETS,package,libfoo,host))
 
 
    <p>For the target package, the <code>GENTARGETS</code> uses the
    <p>For the target package, the <code>GENTARGETS</code> uses the
    variables defined by the .mk file and prefixed by the uppercased
    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
    the <code>HOST_LIBFOO_*</code>. For <i>some</i> variables, if the
    <code>HOST_LIBFOO_</code> prefixed variable doesn't exist, the
    <code>HOST_LIBFOO_</code> prefixed variable doesn't exist, the
    package infrastructure uses the corresponding variable prefixed by
    package infrastructure uses the corresponding variable prefixed by