public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4642] config/i386: Commentary typo fix
@ 2021-10-23 18:52 Bernhard Reutner-Fischer
  0 siblings, 0 replies; only message in thread
From: Bernhard Reutner-Fischer @ 2021-10-23 18:52 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:710d9ad5a254bf89969bafb5a89781c6c58f8a9f

commit r12-4642-g710d9ad5a254bf89969bafb5a89781c6c58f8a9f
Author: Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
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,


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-23 18:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-23 18:52 [gcc r12-4642] config/i386: Commentary typo fix Bernhard Reutner-Fischer

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).