]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
passes: Fix a comment typo
authorJakub Jelinek <jakub@redhat.com>
Thu, 20 Oct 2022 11:55:35 +0000 (13:55 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 20 Oct 2022 11:55:35 +0000 (13:55 +0200)
This patch fixes a single typo in comment.

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

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

gcc/passes.cc

index 3bbf525ac801a37c45b57bad9b4690e9cb0c18d9..347214e81d0cfac05d9ba782db0eda1cdd7e9c87 100644 (file)
@@ -1559,7 +1559,7 @@ pass_manager::register_pass (struct register_pass_info *pass_info)
    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