From: Richard Henderson Date: Tue, 18 Apr 2000 18:59:10 +0000 (-0700) Subject: Fix typo. X-Git-Tag: prereleases/libstdc++-2.92~7061 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60b6e1f5d5a3502cdc4c5491474812623c4654af;p=thirdparty%2Fgcc.git Fix typo. From-SVN: r33229 --- diff --git a/gcc/extend.texi b/gcc/extend.texi index 36c451b84851..6d310ae0ca55 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