Fix a missing comma spotted by Bram Geron.
authorDan Gohman <gohman@apple.com>
Wed, 18 Jun 2008 18:42:13 +0000 (18:42 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 18 Jun 2008 18:42:13 +0000 (18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52467 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index eba4e5af40da2bbd994cbb425f188011fcc6bec2..5bc81cc98d63f051dc781be30e28023e863d093b 100644 (file)
@@ -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>.