rtx base = XEXP (op, 0);
rtx index = XEXP (op, 1);
- /* Check for a swaped index register and scaling factor.
+ /* Check for a swapped index register and scaling factor.
Not sure if this can happen, but be prepared to handle it. */
if (CONST_INT_P (base) && REG_P (index))
{
unsigned int reg;
unsigned HOST_WIDE_INT total_size;
- /* FIXME: We do not support indirect sibcalls at the moment becaause we
+ /* FIXME: We do not support indirect sibcalls at the moment because we
cannot guarantee that the register holding the function address is a
call-used register. If it is a call-saved register then the stack
pop instructions generated in the epilogue will corrupt the address
;; combiner bridge patterns. Especially when the memory operands have a
;; displacement, the resulting patterns look too complex.
;; Instead we manually look around the matched insn to see if there is a
-;; preceeding memory load and a following memory store of the modified register
+;; preceding memory load and a following memory store of the modified register
;; which can be fused into the single *_in_memory insn.
;; Do that before register allocation, as it can eliminate one temporary
;; register that needs to be allocated.