From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1472) id DC0573858421; Sat, 23 Oct 2021 18:52:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC0573858421 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Bernhard Reutner-Fischer To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-4642] config/i386: Commentary typo fix X-Act-Checkin: gcc X-Git-Author: Bernhard Reutner-Fischer X-Git-Refname: refs/heads/master X-Git-Oldrev: e3725624ec0735996a18e1a90317e230bef899ac X-Git-Newrev: 710d9ad5a254bf89969bafb5a89781c6c58f8a9f Message-Id: <20211023185207.DC0573858421@sourceware.org> Date: Sat, 23 Oct 2021 18:52:07 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2021 18:52:08 -0000 https://gcc.gnu.org/g:710d9ad5a254bf89969bafb5a89781c6c58f8a9f commit r12-4642-g710d9ad5a254bf89969bafb5a89781c6c58f8a9f Author: Bernhard Reutner-Fischer Date: Thu Apr 22 21:47:20 2021 +0200 config/i386: Commentary typo fix gcc/ChangeLog: * config/i386/x86-tune-sched-bd.c (dispatch_group): Commentary typo fix. Diff: --- gcc/config/i386/x86-tune-sched-bd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/x86-tune-sched-bd.c b/gcc/config/i386/x86-tune-sched-bd.c index ad0edf713f5..be38e48b271 100644 --- a/gcc/config/i386/x86-tune-sched-bd.c +++ b/gcc/config/i386/x86-tune-sched-bd.c @@ -67,7 +67,7 @@ along with GCC; see the file COPYING3. If not see #define BIG 100 -/* Dispatch groups. Istructions that affect the mix in a dispatch window. */ +/* Dispatch groups. Instructions that affect the mix in a dispatch window. */ enum dispatch_group { disp_no_group = 0, disp_load,