Fix typos:
...
exising ==> existing
afer ==> after
...
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;
}
{
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)
{