]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config/i386: Commentary typo fix
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 22 Apr 2021 19:47:20 +0000 (21:47 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 23 Oct 2021 18:51:00 +0000 (20:51 +0200)
gcc/ChangeLog:

* config/i386/x86-tune-sched-bd.c (dispatch_group): Commentary
typo fix.

gcc/config/i386/x86-tune-sched-bd.c

index ad0edf713f57f2940b6425003ae43a339e382e71..be38e48b271d91b0914c67675d84e37828a0ab04 100644 (file)
@@ -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,