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

https://gcc.gnu.org/g:f468fe111fac86764ec97bf51e4952c5ef7ecccd

commit r13-3408-gf468fe111fac86764ec97bf51e4952c5ef7ecccd
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Oct 20 13:55:35 2022 +0200

    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.

Diff:
---
 gcc/passes.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/passes.cc b/gcc/passes.cc
index 3bbf525ac80..347214e81d0 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

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20 11:56 [gcc r13-3408] 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).