diff options
author | Tom de Vries <tdevries@suse.de> | 2025-03-06 22:41:32 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-03-06 22:41:32 +0100 |
commit | 16b05b1aa45a92943d4b6fc8274f5c518591b78d (patch) | |
tree | db57b436b2c7c645a4ff8a6d6199beaad88e74a2 | |
parent | 90ea6240b890d35302756760c1a169ba4c6c7a02 (diff) | |
download | binutils-16b05b1aa45a92943d4b6fc8274f5c518591b78d.zip binutils-16b05b1aa45a92943d4b6fc8274f5c518591b78d.tar.gz binutils-16b05b1aa45a92943d4b6fc8274f5c518591b78d.tar.bz2 |
[gdb/nat] Fix typos
Fix typos:
...
exising ==> existing
afer ==> after
...
-rw-r--r-- | gdb/nat/linux-btrace.c | 2 | ||||
-rw-r--r-- | gdb/nat/loongarch-hw-point.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/nat/linux-btrace.c b/gdb/nat/linux-btrace.c index 0b820cc..3dc5da7 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 7306d4c..af954c6 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) { |