From ae5a11b8d47ec11af413ac7b4301c738e89eedd2 Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 7 Sep 2004 07:04:47 +0000 Subject: [PATCH] fix typo MFC after: 2 days --- sys/kern/kern_thr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c index 975239cab262..63b8f3c442e7 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");