public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3408] passes: Fix a comment typo
Date: Thu, 20 Oct 2022 11:56:14 +0000 (GMT)	[thread overview]
Message-ID: <20221020115614.DF771385115C@sourceware.org> (raw)

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

                 reply	other threads:[~2022-10-20 11:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221020115614.DF771385115C@sourceware.org \
    --to=jakub@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).