aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-28 19:47:14 +0000
committerChris Lattner <sabre@nondot.org>2005-02-28 19:47:14 +0000
commit2a6153684843f76bb098e5c8c361c1e63fea5ccb (patch)
tree927268867d1018db158d077308c97d59eab27032 /docs/LangRef.html
parentca76f357b9df164402b7b19f536407a2b7ee1f02 (diff)
downloadexternal_llvm-2a6153684843f76bb098e5c8c361c1e63fea5ccb.zip
external_llvm-2a6153684843f76bb098e5c8c361c1e63fea5ccb.tar.gz
external_llvm-2a6153684843f76bb098e5c8c361c1e63fea5ccb.tar.bz2
cleanup my miswording
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20381 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 38229f5..c1f37e2 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2520,8 +2520,8 @@ source-language caller.
<p>
The '<tt>llvm.prefetch</tt>' intrinsic is a hint to the code generator to insert
a prefetch instruction if supported, otherwise it is a noop. Prefetches have no
-behavior affect on the program, but can change the performance characteristics
-of the code.
+effect on the behavior of the program, but can change its performance
+characteristics.
</p>
<h5>Arguments:</h5>