summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_exit.c')
-rw-r--r--sys/kern/kern_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index fea5438..8a57e1d 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -178,7 +178,7 @@ exit1(td, rv)
* from userret(). thread_exit() will unsuspend us
* when the last other thread exits.
*/
- if (thread_single(SNGLE_EXIT)) {
+ if (thread_single(SINGLE_EXIT)) {
panic ("Exit: Single threading fouled up");
}
/*
OpenPOWER on IntegriCloud