summaryrefslogtreecommitdiff
path: root/gcc/predict.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-17 17:44:02 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-17 17:44:02 +0000
commitf6a0d06ff9a23783bfe5dd6f75336f8832834bc3 (patch)
tree53acd4868efeee02477736aa3dc09717ec6a8df9 /gcc/predict.c
parent93b25defa0b52d173a7ec26c573ec4bedc2ea78e (diff)
downloadgcc-f6a0d06ff9a23783bfe5dd6f75336f8832834bc3.tar.gz
* config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment typos. * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123025 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/predict.c')
-rw-r--r--gcc/predict.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/predict.c b/gcc/predict.c
index f8a6a1175f2..097cfb86070 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -1311,10 +1311,10 @@ tree_estimate_probability (void)
care for error returns and other cases are often used for
fast paths through function.
- Since we've already removed the return statments, we are
+ Since we've already removed the return statements, we are
looking for CFG like:
- if (conditoinal)
+ if (conditional)
{
..
goto return_block