Hi!

This patch fixes a single typo in comment.

Committed as obvious to trunk.

2022-10-20  Jakub Jelinek  <ja...@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

Reply via email to