From: Andi Kleen Date: Thu, 16 Jan 2025 03:07:44 +0000 (-0800) Subject: Fix an incorrect file header comment for the core2 scheduling model X-Git-Tag: basepoints/gcc-16~2619 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efd00e3a48b63bc7d3f3f7a2e5a6be520d05036b;p=thirdparty%2Fgcc.git Fix an incorrect file header comment for the core2 scheduling model Committed as obvious. gcc/ChangeLog: * config/i386/x86-tune-sched-core.cc: Fix incorrect comment. --- 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.