From: Chris Lattner Date: Mon, 7 Mar 2005 20:31:38 +0000 (+0000) Subject: fix another typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aeffb4af8b19b1f1fbfa2e289d1718b107d2acce;p=oota-llvm.git fix another typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20512 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index c660c80039f..85f8ac97afc 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2530,7 +2530,7 @@ characteristics. address is the address to be prefetched, rw is the specifier determining if the fetch should be for a read (0) or write (1), and locality is a temporal locality specifier ranging from (0) - no -locality, to (3) - exteremely local keep in cache. The rw and +locality, to (3) - extremely local keep in cache. The rw and locality arguments must be constant integers.