Fixed minor typos.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 24 Feb 2004 16:13:56 +0000 (16:13 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 24 Feb 2004 16:13:56 +0000 (16:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11800 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 7b8c6c7e7b80ebe466b082d95f3beab0439b2b45..bfb8a81e4eb879ec4216990c0fecc8815fbb5241 100644 (file)
@@ -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(&lt;type&gt;)*NumElements</tt>
-bytes of memory from the operating system, and returns a pointer of the
+<p>The '<tt>malloc</tt>' instruction allocates <tt>sizeof(&lt;type&gt;)*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>