Fixed spelling of word "destination" in log message (#324)

Fixed spelling of word "destination" in log message.
This commit is contained in:
simoc 2024-05-31 14:54:13 +02:00 committed by GitHub
parent 3e8c074580
commit 9264301293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {