diff options
author | Jakub Jelinek <jakub@redhat.com> | 2022-11-15 08:17:11 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2022-11-15 08:17:11 +0100 |
commit | 87c4057b3fc7fe2c2f8914d2755024ca890a3bc1 (patch) | |
tree | e3ead77139370df68077c52896eb2f76bdd80e9b /contrib/gcc-changelog/git_commit.py | |
parent | 4a7a846687e076eae58ad3ea959245b2bf7fdc07 (diff) | |
download | gcc-87c4057b3fc7fe2c2f8914d2755024ca890a3bc1.zip gcc-87c4057b3fc7fe2c2f8914d2755024ca890a3bc1.tar.gz gcc-87c4057b3fc7fe2c2f8914d2755024ca890a3bc1.tar.bz2 |
c++: Fix a typo in function name
I've noticed I've made a typo in the name of the function.
Fixed thusly.
2022-11-15 Jakub Jelinek <jakub@redhat.com>
* cp-tree.h (next_common_initial_seqence): Rename to ...
(next_common_initial_sequence): ... this.
* typeck.cc (next_common_initial_seqence): Rename to ...
(next_common_initial_sequence): ... this.
(layout_compatible_type_p): Call next_common_initial_sequence
rather than next_common_initial_seqence.
* semantics.cc (is_corresponding_member_aggr): Likewise.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
0 files changed, 0 insertions, 0 deletions