Bram Geron
2008-Jun-18 18:20 UTC
[LLVMdev] [PATCH] Insert a missing comma in documentation
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>.
Dan Gohman
2008-Jun-18 18:43 UTC
[LLVMdev] [PATCH] Insert a missing comma in documentation
On Jun 18, 2008, at 11:20 AM, Bram Geron wrote:> 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.Patch appled. Thanks! Dan
Apparently Analagous Threads
- [LLVMdev] Reference Manual Clarifications
- [LLVMdev] Reference Manual Clarifications
- [LLVMdev] Calling functions across modules. And those pesky vectors!
- RFC: Adding 'no-overflow' keyword to 'sdiv'\'udiv' instructions
- Samba Print Server on Windows XP/2000 Clients