Skip to content

Commit

Permalink
Fixed spelling of word "destination" in log message (#324)
Browse files Browse the repository at this point in the history
Fixed spelling of word "destination" in log message.
  • Loading branch information
simoc committed May 31, 2024
1 parent 3e8c074 commit 9264301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bochs/cpu/apic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ void bx_local_apic_c::send_ipi(apic_dest_t dest, Bit32u lo_cmd)
accepted = apic_bus_broadcast_interrupt(vector, delivery_mode, trig_mode, get_id());
break;
default:
BX_PANIC(("Invalid desination shorthand %#x", dest_shorthand));
BX_PANIC(("Invalid destination shorthand %#x", dest_shorthand));
}

if(! accepted) {
Expand Down

0 comments on commit 9264301

Please sign in to comment.