From: Bernhard Reutner-Fischer Date: Thu, 22 Apr 2021 19:47:20 +0000 (+0200) Subject: config/i386: Commentary typo fix X-Git-Tag: basepoints/gcc-13~3671 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=710d9ad5a254bf89969bafb5a89781c6c58f8a9f;p=thirdparty%2Fgcc.git config/i386: Commentary typo fix gcc/ChangeLog: * config/i386/x86-tune-sched-bd.c (dispatch_group): Commentary typo fix. --- diff --git a/gcc/config/i386/x86-tune-sched-bd.c b/gcc/config/i386/x86-tune-sched-bd.c index ad0edf713f57..be38e48b271d 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,