[COMMITTED] Fix an incorrect file header comment for the core2 scheduling model

Message ID 20250116031146.1801240-1-andi@firstfloor.org
State Committed
Commit efd00e3a48b63bc7d3f3f7a2e5a6be520d05036b
Headers
Series [COMMITTED] Fix an incorrect file header comment for the core2 scheduling model |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply

Commit Message

Andi Kleen Jan. 16, 2025, 3:11 a.m. UTC
  From: Andi Kleen <ak@gcc.gnu.org>

Committed as obvious.

gcc/ChangeLog:

	* config/i386/x86-tune-sched-core.cc: Fix incorrect comment.
---
 gcc/config/i386/x86-tune-sched-core.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gcc/config/i386/x86-tune-sched-core.cc b/gcc/config/i386/x86-tune-sched-core.cc
index 4065a38e5d3..5d41afafde7 100644
--- a/gcc/config/i386/x86-tune-sched-core.cc
+++ b/gcc/config/i386/x86-tune-sched-core.cc
@@ -1,4 +1,4 @@ 
-/* Scheduler hooks for IA-32 which implement bdver1-4 specific logic.
+/* Scheduler hooks for IA-32 which implement Core 2 specific logic.
    Copyright (C) 1988-2025 Free Software Foundation, Inc.
 
 This file is part of GCC.