summaryrefslogtreecommitdiff
path: root/docs
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
commit0066db626f41a375f5c1b7f272904e85ad5ce0f9 (patch)
tree70d36f6587ded88b873c84a9fd81746c12a33981 /docs
parent6c3bfba06ef379ad218811854732e7205ff74438 (diff)
downloadllvm-0066db626f41a375f5c1b7f272904e85ad5ce0f9.tar.gz
llvm-0066db626f41a375f5c1b7f272904e85ad5ce0f9.tar.bz2
llvm-0066db626f41a375f5c1b7f272904e85ad5ce0f9.tar.xz
Fix a missing comma spotted by Bram Geron.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52467 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index eba4e5af40..5bc81cc98d 100644
--- a/docs/LangRef.html
+++ b/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>.