From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id DF771385115C; Thu, 20 Oct 2022 11:56:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF771385115C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666266974; bh=6xrxgIMieyRyZp6r28khla/EFhQMFrbOGfPj85nIkPo=; h=From:To:Subject:Date:From; b=hQng5O0RaFZDXsxDB0ayGDE9rGBcHA1o1dBweEw6pLYRjGzpXgHjM7xemd5q1imX1 Lqm0c2C5kcctUmOIlqYmR+dxl5/T2JWbMx5VOH89z1Aix5Qvm3U4F2uFqcK+eMZQHO MHuiw9SGmV8kqGOiTmI7SfQnTPhfiVbQgAdH45rw= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-3408] passes: Fix a comment typo X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/heads/master X-Git-Oldrev: 12d9f5afbd2660862045acd41cb65a77e35bea4d X-Git-Newrev: f468fe111fac86764ec97bf51e4952c5ef7ecccd Message-Id: <20221020115614.DF771385115C@sourceware.org> Date: Thu, 20 Oct 2022 11:56:14 +0000 (GMT) List-Id: https://gcc.gnu.org/g:f468fe111fac86764ec97bf51e4952c5ef7ecccd commit r13-3408-gf468fe111fac86764ec97bf51e4952c5ef7ecccd Author: Jakub Jelinek 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 * 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