From b903337a734cf8844314fceaf0a5b47fb402d942 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 17 Jan 2003 03:28:11 +0000 Subject: * ifcvt.c: Fix comment typos. * lcm.c: Likewise. * libgcc2.c: Likewise. * local-alloc.c: Likewise. * loop.c: Likewise. * predict.c: Likewise. * ra-build.c: Likewise. * ra.c: Likewise. * ra-colorize.c: Likewise. * ra.h: Likewise. * ra-rewrite.c: Likewise. * regmove.c: Likewise. * reload.h: Likewise. * rtlanal.c: Likewise. * toplev.c: Likewise. * tree.h: Likewise. * unwind-dw2-fde-glibc.c: Likewise. * vmsdbgout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61421 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/predict.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/predict.c') diff --git a/gcc/predict.c b/gcc/predict.c index 4ca71d3b0d2..71009faafdb 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -570,7 +570,7 @@ estimate_probability (loops_info) if (FLOAT_MODE_P (GET_MODE (XEXP (cond, 0)))) ; /* Comparisons with 0 are often used for booleans and there is - nothing usefull to predict about them. */ + nothing useful to predict about them. */ else if (XEXP (cond, 1) == const0_rtx || XEXP (cond, 0) == const0_rtx) ; @@ -586,7 +586,7 @@ estimate_probability (loops_info) if (FLOAT_MODE_P (GET_MODE (XEXP (cond, 0)))) ; /* Comparisons with 0 are often used for booleans and there is - nothing usefull to predict about them. */ + nothing useful to predict about them. */ else if (XEXP (cond, 1) == const0_rtx || XEXP (cond, 0) == const0_rtx) ; -- cgit v1.2.1