diff options
author | Dan Gohman <gohman@apple.com> | 2008-10-14 16:32:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-10-14 16:32:04 +0000 |
commit | 01ac10142eedbb7557a763a1e566c1066d9b3f72 (patch) | |
tree | fd0d78d4c8d84aee17320165844cd4cf1a112f7b | |
parent | 44aa9214bfe5cc0222f04a0718d40dbab133c5b4 (diff) |
Add a missing close-tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57497 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LangRef.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 137ed9e8da..e578a0d840 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1156,6 +1156,7 @@ classifications:</p> <a href="#t_pstruct">packed structure</a>, <a href="#t_vector">vector</a>, <a href="#t_opaque">opaque</a>. + </td> </tr> </tbody> </table> |