From aeffb4af8b19b1f1fbfa2e289d1718b107d2acce Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 7 Mar 2005 20:31:38 +0000 Subject: [PATCH] fix another typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20512 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.