diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/LangRef.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 7b8c6c7e7b8..bfb8a81e4eb 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -1283,8 +1283,8 @@ Instruction</a> </div>  <p>The '<tt>malloc</tt>' instruction allocates memory from the system  heap and returns a pointer to it.</p>  <h5>Arguments:</h5> -<p>The the '<tt>malloc</tt>' instruction allocates <tt>sizeof(<type>)*NumElements</tt> -bytes of memory from the operating system, and returns a pointer of the +<p>The '<tt>malloc</tt>' instruction allocates <tt>sizeof(<type>)*NumElements</tt> +bytes of memory from the operating system and returns a pointer of the  appropriate type to the program.  The second form of the instruction is  a shorter version of the first instruction that defaults to allocating  one element.</p>  | 

