[committed] passes: Fix a comment typo

Message ID Y1E5Qw0au5ahZKvj@tucnak
State Unresolved
Headers
Series [committed] passes: Fix a comment typo |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Jakub Jelinek Oct. 20, 2022, 12:04 p.m. UTC
  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.


	Jakub
  

Patch

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