From 1b8152b75cf6b1e5f5cd740d3c0fe15a506fce6e Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 25 Feb 2009 22:24:56 +0000 Subject: Fix typo in comments in r189023. --- sys/amd64/amd64/mp_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index a07b146..9252c8b 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -1227,7 +1227,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HANDLER_ARGS) #ifdef SCHED_ULE /* * SCHED_ULE doesn't allow enabling/disabling HT cores at - * tun time. + * run time. */ if (allowed != hyperthreading_allowed) return (ENOTSUP); -- cgit v1.1