diff options
-rw-r--r-- | sys/dev/k8temp/k8temp.c | 2 |
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; |