aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-07 20:31:38 +0000
committerChris Lattner <sabre@nondot.org>2005-03-07 20:31:38 +0000
commitaeffb4af8b19b1f1fbfa2e289d1718b107d2acce (patch)
treefcc9d20d1217303b527b29483524b8bbf248dc77 /docs
parentb40bb38eb460a562955d958d29e515eedc7bdebf (diff)
downloadexternal_llvm-aeffb4af8b19b1f1fbfa2e289d1718b107d2acce.zip
external_llvm-aeffb4af8b19b1f1fbfa2e289d1718b107d2acce.tar.gz
external_llvm-aeffb4af8b19b1f1fbfa2e289d1718b107d2acce.tar.bz2
fix another typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20512 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index c660c80..85f8ac9 100644
--- 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) - 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>