When backporting r14-9315 to 13 branch, I've noticed I've missed
one letter in a comment. And grepping for similar issues I found
one word with too many.
2024-03-15 Jakub Jelinek <jakub@redhat.com>
* lower-subreg.cc (resolve_simple_move): Fix comment typo,
betwee -> between.
* edit-context.cc (class line_event): Fix comment typo,
betweeen -> between.
};
/* Class for representing edit events that have occurred on one line of
- one file: the replacement of some text betweeen some columns
+ one file: the replacement of some text between some columns
on the line.
Subsequent events will need their columns adjusting if they're
if (reg_overlap_mentioned_p (XVECEXP (dest, 0, 0),
XVECEXP (src, 0, 1)))
{
- /* If there is overlap betwee the first half of the
+ /* If there is overlap between the first half of the
destination and what will be stored to the second one,
use a temporary pseudo. See PR114211. */
rtx tem = gen_reg_rtx (GET_MODE (XVECEXP (src, 0, 1)));