summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-11-26 11:08:06 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-11-26 11:08:06 +0100
commit4f399c3fb1740a98709a9f98c4d57fc4435efa42 (patch)
tree996917892145ff4510873c16bcf24086385bc80f
parentb1c416bed621e4e494410bcd6db214745ca829c3 (diff)
downloadbuildroot-novena-4f399c3fb1740a98709a9f98c4d57fc4435efa42.tar.gz
buildroot-novena-4f399c3fb1740a98709a9f98c4d57fc4435efa42.zip
docs/buildroot.html: fix minor typo
STAGING_DIR is output/staging, not build/staging per default. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--docs/buildroot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html
index a04348b6e..c4f191a35 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -702,7 +702,7 @@ endif
might be cumbersome.</p>
<p>It is also possible to generate the Buildroot toolchain in
- another directory than <code>build/staging</code> using the
+ another directory than <code>output/staging</code> using the
<code>Build options -&gt; Toolchain and header file
location</code> option. This could be useful if the toolchain
must be shared with other users.</p>