summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-18 18:42:13 +0000
committerDan Gohman <gohman@apple.com>2008-06-18 18:42:13 +0000
commit08783a88a21cf0397c4891ad861b9e61ef9689f2 (patch)
tree703c3e26b792f24924ccfd99dc872a1c131b09cb /llvm
parent78119b474280ce18266c29180548f88efc814c37 (diff)
downloadbcm5719-llvm-08783a88a21cf0397c4891ad861b9e61ef9689f2.tar.gz
bcm5719-llvm-08783a88a21cf0397c4891ad861b9e61ef9689f2.zip
Fix a missing comma spotted by Bram Geron.
llvm-svn: 52467
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index eba4e5af40d..5bc81cc98d6 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -1045,7 +1045,7 @@ classifications:</p>
<td><a href="#t_integer">integer</a>,
<a href="#t_floating">floating point</a>,
<a href="#t_pointer">pointer</a>,
- <a href="#t_vector">vector</a>
+ <a href="#t_vector">vector</a>,
<a href="#t_struct">structure</a>,
<a href="#t_array">array</a>,
<a href="#t_label">label</a>.
OpenPOWER on IntegriCloud