X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconfig%2Fv850%2Fv850.c;h=0962c779145a64c709e19b9e9ef698a8caff91d6;hb=ad87de1ece2f52d260b582709751ab9f315ab349;hp=564e8ee09884c9880a77444dee0ade0318d119ce;hpb=8098b1a5d828997acb2555106b3edccc0b43b661;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/config/v850/v850.c b/gcc/config/v850/v850.c index 564e8ee0988..0962c779145 100644 --- a/gcc/config/v850/v850.c +++ b/gcc/config/v850/v850.c @@ -448,7 +448,7 @@ print_operand (file, x, code) break; case 'S': { - /* if it's a referance to a TDA variable, use sst/sld vs. st/ld */ + /* if it's a reference to a TDA variable, use sst/sld vs. st/ld */ if (GET_CODE (x) == MEM && ep_memory_operand (x, GET_MODE (x), FALSE)) fputs ("s", file); @@ -2157,8 +2157,8 @@ pattern_is_ok_for_prologue (op, mode) return 0; /* If the register is being pushed somewhere other than the stack - space just aquired by the first operand then abandon this quest. - Note: the test is <= becuase both values are negative. */ + space just acquired by the first operand then abandon this quest. + Note: the test is <= because both values are negative. */ if (INTVAL (XEXP (plus, 1)) <= INTVAL (XEXP (SET_SRC (XVECEXP (op, 0, 0)), 1))) {