diff options
Diffstat (limited to 'gdb/nat/linux-btrace.c')
-rw-r--r-- | gdb/nat/linux-btrace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/nat/linux-btrace.c b/gdb/nat/linux-btrace.c index 0b820cc..9eadd46 100644 --- a/gdb/nat/linux-btrace.c +++ b/gdb/nat/linux-btrace.c @@ -1,6 +1,6 @@ /* Linux-dependent part of branch trace support for GDB, and GDBserver. - Copyright (C) 2013-2024 Free Software Foundation, Inc. + Copyright (C) 2013-2025 Free Software Foundation, Inc. Contributed by Intel Corp. <markus.t.metzger@intel.com> @@ -384,7 +384,7 @@ intel_supports_bts (const struct btrace_cpu *cpu) case 0x3a: /* Ivy Bridge */ /* AAJ122: LBR, BTM, or BTS records may have incorrect branch - "from" information afer an EIST transition, T-states, C1E, or + "from" information after an EIST transition, T-states, C1E, or Adaptive Thermal Throttling. */ return 0; } |