[llvm-commits] CVS: llvm/docs/LangRef.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Mar 7 12:31:51 PST 2005
Changes in directory llvm/docs:
LangRef.html updated: 1.88 -> 1.89
---
Log message:
fix another typo
---
Diffs of the changes: (+2 -2)
LangRef.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.88 llvm/docs/LangRef.html:1.89
--- llvm/docs/LangRef.html:1.88 Mon Mar 7 14:30:51 2005
+++ llvm/docs/LangRef.html Mon Mar 7 14:31:38 2005
@@ -2530,7 +2530,7 @@
<tt>address</tt> is the address to be prefetched, <tt>rw</tt> is the specifier
determining if the fetch should be for a read (0) or write (1), and
<tt>locality</tt> is a temporal locality specifier ranging from (0) - no
-locality, to (3) - exteremely local keep in cache. The <tt>rw</tt> and
+locality, to (3) - extremely local keep in cache. The <tt>rw</tt> and
<tt>locality</tt> arguments must be constant integers.
</p>
@@ -2971,7 +2971,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/03/07 20:30:51 $
+ Last modified: $Date: 2005/03/07 20:31:38 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list