[llvm-commits] CVS: llvm/docs/ProgrammersManual.html
Chris Lattner
sabre at nondot.org
Tue Dec 19 20:23:51 PST 2006
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.99 -> 1.100
---
Log message:
fix a typo
---
Diffs of the changes: (+2 -2)
ProgrammersManual.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.99 llvm/docs/ProgrammersManual.html:1.100
--- llvm/docs/ProgrammersManual.html:1.99 Tue Dec 19 17:12:09 2006
+++ llvm/docs/ProgrammersManual.html Tue Dec 19 22:23:36 2006
@@ -1279,7 +1279,7 @@
exactly as defined in the <a href="LangRef.html#t_opaque">language
reference</a>. Second an "Abstract Type" is any type which includes an
opaque type as part of its type graph (for example "<tt>{ opaque, int }</tt>").
-Third, a concrete type is a type that is not an abstract type (e.g. "<tt>[ int,
+Third, a concrete type is a type that is not an abstract type (e.g. "<tt>{ int,
float }</tt>").
</p>
@@ -2569,7 +2569,7 @@
<a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/12/19 23:12:09 $
+ Last modified: $Date: 2006/12/20 04:23:36 $
</address>
</body>
More information about the llvm-commits
mailing list