public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-8094] ipa: fix comment typos
@ 2022-04-11 21:41 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2022-04-11 21:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3a5e662590c46277549cd3ee1d367983bde7d19e

commit r12-8094-g3a5e662590c46277549cd3ee1d367983bde7d19e
Author: Jason Merrill <jason@redhat.com>
Date:   Mon Apr 11 13:59:15 2022 -0400

    ipa: fix comment typos
    
    gcc/ChangeLog:
    
            * ipa-free-lang-data.cc (free_lang_data_in_decl): Fix typos.

Diff:
---
 gcc/ipa-free-lang-data.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ipa-free-lang-data.cc b/gcc/ipa-free-lang-data.cc
index f596eeff3ab..a742156858c 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-11 21:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 21:41 [gcc r12-8094] ipa: fix comment typos Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).