diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-03-15 12:20:04 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2024-03-15 12:20:04 +0100 |
commit | 30e1c3d7e828b2bf2eee1660661bbc79f4151bd6 (patch) | |
tree | f909b95a4477bc611809e5d31f5a7946130a0dee /gcc/edit-context.cc | |
parent | ab2da8fb67b1aa0557a16b62689a888730dba610 (diff) | |
download | gcc-30e1c3d7e828b2bf2eee1660661bbc79f4151bd6.zip gcc-30e1c3d7e828b2bf2eee1660661bbc79f4151bd6.tar.gz gcc-30e1c3d7e828b2bf2eee1660661bbc79f4151bd6.tar.bz2 |
lower-subreg, edit-context: Fix comment typos
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.
Diffstat (limited to 'gcc/edit-context.cc')
-rw-r--r-- | gcc/edit-context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/edit-context.cc b/gcc/edit-context.cc index b02da6e..37ac498 100644 --- a/gcc/edit-context.cc +++ b/gcc/edit-context.cc @@ -129,7 +129,7 @@ class added_line }; /* 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 |