From: Jason Merrill Date: Mon, 11 Apr 2022 17:59:15 +0000 (-0400) Subject: ipa: fix comment typos X-Git-Tag: basepoints/gcc-13~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5e662590c46277549cd3ee1d367983bde7d19e;p=thirdparty%2Fgcc.git ipa: fix comment typos gcc/ChangeLog: * ipa-free-lang-data.cc (free_lang_data_in_decl): Fix typos. --- diff --git a/gcc/ipa-free-lang-data.cc b/gcc/ipa-free-lang-data.cc index f596eeff3aba..a742156858cd 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