From: Tom de Vries Date: Thu, 6 Mar 2025 21:41:32 +0000 (+0100) Subject: [gdb/nat] Fix typos X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16b05b1aa45a92943d4b6fc8274f5c518591b78d;p=thirdparty%2Fbinutils-gdb.git [gdb/nat] Fix typos Fix typos: ... exising ==> existing afer ==> after ... --- diff --git a/gdb/nat/linux-btrace.c b/gdb/nat/linux-btrace.c index 0b820cc3b0e..3dc5da72d11 100644 --- a/gdb/nat/linux-btrace.c +++ b/gdb/nat/linux-btrace.c @@ -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; } diff --git a/gdb/nat/loongarch-hw-point.c b/gdb/nat/loongarch-hw-point.c index 7306d4c71c1..af954c6d0e5 100644 --- a/gdb/nat/loongarch-hw-point.c +++ b/gdb/nat/loongarch-hw-point.c @@ -128,7 +128,7 @@ loongarch_dr_state_insert_one_point (ptid_t ptid, { gdb_assert (dr_ref_count[i] == 0); idx = i; - /* no break; continue hunting for an exising one. */ + /* no break; continue hunting for an existing one. */ } else if (dr_addr_p[i] == addr && dr_ctrl_p[i] == ctrl) {