summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-08-10 09:18:10 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-08-10 09:18:10 +0000
commit14e7e2bd8664ac16983f964390b970e2e9ea7fca (patch)
treeb22c92bfb25f95c40fc92019999b8bfbbda9be9d /sys
parent134b94cc641c44ca0dfd215f461a0fe591b87ec2 (diff)
spelling; ok claudio@
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_sig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index 211675a6749..809b07cf910 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_sig.c,v 1.337 2024/08/06 08:44:54 claudio Exp $ */
+/* $OpenBSD: kern_sig.c,v 1.338 2024/08/10 09:18:09 jsg Exp $ */
/* $NetBSD: kern_sig.c,v 1.54 1996/04/22 01:38:32 christos Exp $ */
/*
@@ -2146,7 +2146,7 @@ single_thread_set(struct proc *p, int flags)
SCHED_UNLOCK();
}
- /* count ourselfs out */
+ /* count ourself out */
--pr->ps_singlecnt;
mtx_leave(&pr->ps_mtx);