cleanup my miswording

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-02-28 19:47:14 +00:00
parent ca76f357b9
commit 2a61536848

View File

@ -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>