]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/nat] Fix typos
authorTom de Vries <tdevries@suse.de>
Thu, 6 Mar 2025 21:41:32 +0000 (22:41 +0100)
committerTom de Vries <tdevries@suse.de>
Thu, 6 Mar 2025 21:41:32 +0000 (22:41 +0100)
Fix typos:
...
exising ==> existing
afer ==> after
...

gdb/nat/linux-btrace.c
gdb/nat/loongarch-hw-point.c

index 0b820cc3b0ec2595b87a99178cccba5f8e1294ea..3dc5da72d11e129d9fc0f9d367aab6644afcf408 100644 (file)
@@ -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;
        }
index 7306d4c71c10107bccc7e9355a235e09c47fa3f6..af954c6d0e5e563ff84c6ce199e7b69d3075aa6a 100644 (file)
@@ -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)
        {