aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2000-04-18 11:59:10 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-04-18 11:59:10 -0700
commit60b6e1f5d5a3502cdc4c5491474812623c4654af (patch)
treeaafeb02226901d36ab36dec18189bfdafd41ed99 /gcc
parentcbccf5e80325d6d1289675160e858f2d89662a21 (diff)
downloadgcc-60b6e1f5d5a3502cdc4c5491474812623c4654af.zip
gcc-60b6e1f5d5a3502cdc4c5491474812623c4654af.tar.gz
gcc-60b6e1f5d5a3502cdc4c5491474812623c4654af.tar.bz2
Fix typo.
From-SVN: r33229
Diffstat (limited to 'gcc')
-rw-r--r--gcc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi
index 36c451b..6d310ae 100644
--- a/gcc/extend.texi
+++ b/gcc/extend.texi
@@ -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