diff options
author | John Criswell <criswell@uiuc.edu> | 2004-02-24 16:13:56 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-02-24 16:13:56 +0000 |
commit | 6e4ca614380bdbbf051562f05560024d35aeccfe (patch) | |
tree | 0f296d06e0e204f88f8e1e61cefa65d06c06ad3d | |
parent | 8e509dd5e81e92a466580ab4022994079952cca9 (diff) |
Fixed minor typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11800 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 7b8c6c7e7b..bfb8a81e4e 100644 --- a/docs/LangRef.html +++ b/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> |