[LLVMdev] [PATCH] Insert a missing comma in documentation

Bram Geron bgeron at gmail.com
Wed Jun 18 11:20:34 PDT 2008


Hi all,

I know it's a tiny thing, but this is the second time I'm noticing it so
I'm just submitting a patch. There's a comma missing over there.

Cheers,
Bram Geron

---
 docs/LangRef.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/LangRef.html b/docs/LangRef.html
index eba4e5a..5bc81cc 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>.



More information about the llvm-dev mailing list