diff options
author | Jason Merrill <jason@redhat.com> | 2022-04-11 13:59:15 -0400 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2022-04-11 17:40:41 -0400 |
commit | 3a5e662590c46277549cd3ee1d367983bde7d19e (patch) | |
tree | 1bc3476ccc8c0a71aa8baf96b99ad3dfe4022b22 /gcc | |
parent | d087b59527a658a4de13febbb593edbf03339e93 (diff) | |
download | gcc-3a5e662590c46277549cd3ee1d367983bde7d19e.zip gcc-3a5e662590c46277549cd3ee1d367983bde7d19e.tar.gz gcc-3a5e662590c46277549cd3ee1d367983bde7d19e.tar.bz2 |
ipa: fix comment typos
gcc/ChangeLog:
* ipa-free-lang-data.cc (free_lang_data_in_decl): Fix typos.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ipa-free-lang-data.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-free-lang-data.cc b/gcc/ipa-free-lang-data.cc index f596eef..a742156 100644 --- a/gcc/ipa-free-lang-data.cc +++ b/gcc/ipa-free-lang-data.cc @@ -672,7 +672,7 @@ free_lang_data_in_decl (tree decl, class free_lang_data_d *fld) } } /* We need to keep field decls associated with their trees. Otherwise tree - merging may merge some fileds and keep others disjoint wich in turn will + merging may merge some fields and keep others disjoint which in turn will not do well with TREE_CHAIN pointers linking them. Also do not drop containing types for virtual methods and tables because |