public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] passes: Fix a comment typo
@ 2022-10-20 12:04 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-10-20 12:04 UTC (permalink / raw)
  To: gcc-patches

Hi!

This patch fixes a single typo in comment.

Committed as obvious to trunk.

2022-10-20  Jakub Jelinek  <jakub@redhat.com>

	* passes.cc (pass_manager::register_pass): Fix a comment
	typo - copmilation -> compilation.

--- gcc/passes.cc.jj	2022-10-18 10:38:48.150406180 +0200
+++ gcc/passes.cc	2022-10-20 13:07:33.891705807 +0200
@@ -1559,7 +1559,7 @@ pass_manager::register_pass (struct regi
    compile ()
        ipa_passes () 			-> all_small_ipa_passes
 					-> Analysis of all_regular_ipa_passes
-	* possible LTO streaming at copmilation time *
+	* possible LTO streaming at compilation time *
 					-> Execution of all_regular_ipa_passes
 	* possible LTO streaming at link time *
 					-> all_late_ipa_passes

	Jakub


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

only message in thread, other threads:[~2022-10-20 12:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20 12:04 [committed] passes: Fix a comment typo Jakub Jelinek

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).