diff options
author | Jakub Jelinek <jakub@redhat.com> | 2022-10-20 13:55:35 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2022-10-20 13:55:35 +0200 |
commit | f468fe111fac86764ec97bf51e4952c5ef7ecccd (patch) | |
tree | 0de8bf5d92de11d6382a8f385a20512afbf5e234 /gcc | |
parent | 12d9f5afbd2660862045acd41cb65a77e35bea4d (diff) | |
download | gcc-f468fe111fac86764ec97bf51e4952c5ef7ecccd.zip gcc-f468fe111fac86764ec97bf51e4952c5ef7ecccd.tar.gz gcc-f468fe111fac86764ec97bf51e4952c5ef7ecccd.tar.bz2 |
passes: Fix a comment typo
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/passes.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.cc b/gcc/passes.cc index 3bbf525..347214e 100644 --- a/gcc/passes.cc +++ b/gcc/passes.cc @@ -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 |