[llvm-commits] CVS: llvm/docs/LangRef.html
John Criswell
criswell at cs.uiuc.edu
Tue Feb 24 10:15:01 PST 2004
Changes in directory llvm/docs:
LangRef.html updated: 1.49 -> 1.50
---
Log message:
Fixed minor typos.
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.49 llvm/docs/LangRef.html:1.50
--- llvm/docs/LangRef.html:1.49 Mon Feb 23 22:54:45 2004
+++ llvm/docs/LangRef.html Tue Feb 24 10:13:56 2004
@@ -1283,8 +1283,8 @@
<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>
@@ -2053,6 +2053,6 @@
<div class="doc_footer">
<address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> <br>
-Last modified: $Date: 2004/02/24 04:54:45 $ </div>
+Last modified: $Date: 2004/02/24 16:13:56 $ </div>
</body>
</html>
More information about the llvm-commits
mailing list