summaryrefslogtreecommitdiffstats
path: root/sys/dev/k8temp
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2008-07-06 16:18:58 +0000
committerrpaulo <rpaulo@FreeBSD.org>2008-07-06 16:18:58 +0000
commitb34bdf49f458bad25d2c90539b26f88da98f582d (patch)
tree796a7c6edebfad4436f361a5f3b79d9d0514cfb7 /sys/dev/k8temp
parent518dda6b8f41a612a22f2b768ea18b0432bb5aa6 (diff)
downloadFreeBSD-src-b34bdf49f458bad25d2c90539b26f88da98f582d.zip
FreeBSD-src-b34bdf49f458bad25d2c90539b26f88da98f582d.tar.gz
Fix comment: s/before/after.
Diffstat (limited to 'sys/dev/k8temp')
-rw-r--r--sys/dev/k8temp/k8temp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/k8temp/k8temp.c b/sys/dev/k8temp/k8temp.c
index fb90421..ef9cbf3 100644
--- a/sys/dev/k8temp/k8temp.c
+++ b/sys/dev/k8temp/k8temp.c
@@ -182,7 +182,7 @@ k8temp_attach(device_t dev)
/*
* Setup intrhook function to create dev.cpu sysctl entries. This is
- * needed because the cpu driver may be loaded late on boot, before
+ * needed because the cpu driver may be loaded late on boot, after
* us.
*/
sc->sc_ich.ich_func = k8temp_intrhook;
OpenPOWER on IntegriCloud