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.