summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2009-02-25 22:24:56 +0000
committersobomax <sobomax@FreeBSD.org>2009-02-25 22:24:56 +0000
commit1b8152b75cf6b1e5f5cd740d3c0fe15a506fce6e (patch)
tree26c953de0e631c48287df32a098a976ac6654e72 /sys/amd64
parentc7f643835f11d01864499c4be0c419c56a709d2c (diff)
downloadFreeBSD-src-1b8152b75cf6b1e5f5cd740d3c0fe15a506fce6e.zip
FreeBSD-src-1b8152b75cf6b1e5f5cd740d3c0fe15a506fce6e.tar.gz
Fix typo in comments in r189023.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mp_machdep.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud