]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix some comment nits
authorJakub Jelinek <jakub@redhat.com>
Tue, 16 Apr 2024 07:55:25 +0000 (09:55 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 16 Apr 2024 07:56:16 +0000 (09:56 +0200)
commit274f6bbe2328f899fd4e24636e0d71ac08c99856
tree73c5ef1796de3bcd60d595d43fede1436976c51e
parentdc17e7544ef419b3f777b469a2668b26b31d2150
Fix some comment nits

While studying the TYPE_CANONICAL/TYPE_STRUCTURAL_EQUALITY_P stuff,
I've noticed some nits in comments, the following patch fixes them.

2024-04-16  Jakub Jelinek  <jakub@redhat.com>

* tree.cc (array_type_nelts): Ensure 2 spaces after . in comment
instead of just one.
(build_variant_type_copy): Likewise.
(tree_check_failed): Likewise.
(build_atomic_base): Likewise.
* ipa-free-lang-data.cc (fld_incomplete_type_of): Use an indefinite
article rather than a.
gcc/ipa-free-lang-data.cc
gcc/tree.cc