summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-03 01:29:04 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-03 01:29:04 +0000
commit18678da08fa7acd077b8c9884c7b8feffea46984 (patch)
tree1ef9efaeadefcdcacc4f5aaaea135f2ca6698eb9 /www
parentf998156715cdf8ba5d07ab8c853d803a22867e77 (diff)
Small syntax error in HTML.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@77936 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index fc40b7e4c..2f6a67989 100644
--- a/www/index.html
+++ b/www/index.html
@@ -75,7 +75,7 @@
<ul>
<li> lib/ Is a generic portable implementations.</li>
- <li> lib/<arch> has optimized version for the following supported architectures:
+ <li> lib/(arch) has optimized version for the following supported architectures:
<ul>
<li>i386</li>
<li>X86-64</li>