projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40bb38
)
fix another typo
author
Chris Lattner
<sabre@nondot.org>
Mon, 7 Mar 2005 20:31:38 +0000
(20:31 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 7 Mar 2005 20:31:38 +0000
(20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20512
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index c660c80039f9da6c427eb4c80e23ccdfa7d24604..85f8ac97afc20a71648e4d766b727cc7b26a2446 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-2530,7
+2530,7
@@
characteristics.
<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) - ext
e
remely 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>