From: John Criswell Date: Tue, 24 Feb 2004 16:13:56 +0000 (+0000) Subject: Fixed minor typos. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6e4ca614380bdbbf051562f05560024d35aeccfe;p=oota-llvm.git Fixed minor typos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11800 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 7b8c6c7e7b8..bfb8a81e4eb 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1283,8 +1283,8 @@ Instruction

The 'malloc' instruction allocates memory from the system heap and returns a pointer to it.

Arguments:
-

The the 'malloc' instruction allocates sizeof(<type>)*NumElements -bytes of memory from the operating system, and returns a pointer of the +

The 'malloc' instruction allocates sizeof(<type>)*NumElements +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.