]> gcc.gnu.org Git - gcc.git/commit
c++: Fix a typo in function name
authorJakub Jelinek <jakub@redhat.com>
Tue, 15 Nov 2022 07:17:11 +0000 (08:17 +0100)
committerJakub Jelinek <jakub@redhat.com>
Tue, 15 Nov 2022 07:17:11 +0000 (08:17 +0100)
commit87c4057b3fc7fe2c2f8914d2755024ca890a3bc1
treee3ead77139370df68077c52896eb2f76bdd80e9b
parent4a7a846687e076eae58ad3ea959245b2bf7fdc07
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.
gcc/cp/cp-tree.h
gcc/cp/semantics.cc
gcc/cp/typeck.cc
This page took 0.060989 seconds and 6 git commands to generate.