summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2012-04-03 09:15:52 +0000
committerHongbin Zheng <etherzhhb@gmail.com>2012-04-03 09:15:52 +0000
commit9270a8875a73cd180efeec8924855694cd302f93 (patch)
tree1b3bc46fc81a46c0ba7c35b4608293a15db87950
parentd53b5dedb2b4c47f45c427ad006c34fae5c9d0e1 (diff)
downloadbcm5719-llvm-9270a8875a73cd180efeec8924855694cd302f93.tar.gz
bcm5719-llvm-9270a8875a73cd180efeec8924855694cd302f93.zip
www: Fix typo, replace "LD_LBIRARY_PATH" by "LD_LIBRARY_PATH" in get_started.
llvm-svn: 153948
-rw-r--r--polly/www/get_started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/www/get_started.html b/polly/www/get_started.html
index 7a84e97afbc..b6a3f8a6514 100644
--- a/polly/www/get_started.html
+++ b/polly/www/get_started.html
@@ -144,7 +144,7 @@ it is because you installed cloog to a non-standard path, and libisl/libcloog
could not be found. To solve this issue, you need to append the path of parent
directory of libisl/libcloog, i.e. ${CLOOG_INSTALL}/lib, to LD_LIBRARY_PATH by:
-<pre>export LD_LBIRARY_PATH=$LD_LIBRARY_PATH:${CLOOG_INSTALL}/lib</pre>
+<pre>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${CLOOG_INSTALL}/lib</pre>
<h2> Optional Features </h2>
OpenPOWER on IntegriCloud