summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_thr.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2004-09-07 07:04:47 +0000
committerjulian <julian@FreeBSD.org>2004-09-07 07:04:47 +0000
commitae5a11b8d47ec11af413ac7b4301c738e89eedd2 (patch)
tree99659a96122c1b02cc547d25a963e5dd5c171723 /sys/kern/kern_thr.c
parent35060cd44886a34ab79f97422d592e3935fe8ee5 (diff)
downloadFreeBSD-src-ae5a11b8d47ec11af413ac7b4301c738e89eedd2.zip
FreeBSD-src-ae5a11b8d47ec11af413ac7b4301c738e89eedd2.tar.gz
fix typo
MFC after: 2 days
Diffstat (limited to 'sys/kern/kern_thr.c')
-rw-r--r--sys/kern/kern_thr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c
index 975239c..63b8f3c 100644
--- a/sys/kern/kern_thr.c
+++ b/sys/kern/kern_thr.c
@@ -53,7 +53,7 @@ static int thr_scope_sys = 0;
SYSCTL_INT(_kern_threads, OID_AUTO, thr_scope_sys, CTLFLAG_RW,
&thr_scope_sys, 0, "sys or proc scope scheduling");
-static int thr_concurency = 0;
+static int thr_concurrency = 0;
SYSCTL_INT(_kern_threads, OID_AUTO, thr_concurrency, CTLFLAG_RW,
&thr_concurrency, 0, "a concurrency value if not default");
OpenPOWER on IntegriCloud