summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-12-21 11:34:16 +0000
committerkib <kib@FreeBSD.org>2016-12-21 11:34:16 +0000
commit0710dc1d383c69020a3486e95cc29539f597f5cb (patch)
treeebaf20cdb8fe3de1b3ac9df42b517322f7186572
parent107a0f5bdd0f64538d4f610bb9ebdb29bb3d5633 (diff)
downloadFreeBSD-src-0710dc1d383c69020a3486e95cc29539f597f5cb.zip
FreeBSD-src-0710dc1d383c69020a3486e95cc29539f597f5cb.tar.gz
MFC r310205:
Fix typo.
-rw-r--r--sys/amd64/amd64/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index f487c44..beb6ab6 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -971,7 +971,7 @@ amd64_syscall(struct thread *td, int traced)
}
KASSERT(PCB_USER_FPU(td->td_pcb),
- ("System call %s returing with kernel FPU ctx leaked",
+ ("System call %s returning with kernel FPU ctx leaked",
syscallname(td->td_proc, sa.code)));
KASSERT(td->td_pcb->pcb_save == get_pcb_user_save_td(td),
("System call %s returning with mangled pcb_save",
OpenPOWER on IntegriCloud