Commit 60b6e1f5 by Richard Henderson

Fix typo.

From-SVN: r33229
parent cbccf5e8
......@@ -3236,7 +3236,7 @@ You may use @code{__builtin_expect} to provide the compiler with
branch prediction information. In general, you should prefer to
use actual profile feedback for this (@samp{-fprofile-arcs}), as
programmers are notoriously bad at predicting how their programs
actually preform. However, there are applications in which this
actually perform. However, there are applications in which this
data is hard to collect.
The return value is the value of @var{exp}, which should be an
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment