summaryrefslogtreecommitdiffstats
path: root/llvm
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
commitff851073f6b24636549a887cec535e612454e76c (patch)
tree0fd5862994a305c4e35e26a565a18bb7ff979733 /llvm
parent12328e9378e5b37e6e320546f9f88f5523aec9a7 (diff)
downloadbcm5719-llvm-ff851073f6b24636549a887cec535e612454e76c.tar.gz
bcm5719-llvm-ff851073f6b24636549a887cec535e612454e76c.zip
cleanup my miswording
llvm-svn: 20381
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 38229f55a11..c1f37e2b8fe 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud