Fix typo.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov 2018-06-12 10:41:26 +00:00
parent 986e3bed8b
commit 7a18e90447

View File

@ -218,7 +218,7 @@ trap(struct trapframe *frame)
type = frame->tf_trapno;
KASSERT((read_eflags() & PSL_I) == 0,
("trap: interrupts enaabled, type %d frame %p", type, frame));
("trap: interrupts enabled, type %d frame %p", type, frame));
#ifdef SMP
/* Handler for NMI IPIs used for stopping CPUs. */