Message ID | 20210422195626.1772457-1-rep.dot.nop@gmail.com |
---|---|
State | New |
Headers | show |
Series | config/i386: Commentary typo fix | expand |
On Fri, Apr 23, 2021 at 12:19 AM Bernhard Reutner-Fischer via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > From: Bernhard Reutner-Fischer <aldot@gcc.gnu.org> OK > gcc/ChangeLog: > > * config/i386/x86-tune-sched-bd.c (dispatch_group): Commentary > typo fix. > --- > 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, > -- > 2.31.1 >
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,
From: Bernhard Reutner-Fischer <aldot@gcc.gnu.org> gcc/ChangeLog: * config/i386/x86-tune-sched-bd.c (dispatch_group): Commentary typo fix. --- gcc/config/i386/x86-tune-sched-bd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)