From ded24715287cf6569945c99993cb7c6ce26b9a18 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sun, 6 Jul 2008 16:18:58 +0000 Subject: [PATCH] Fix comment: s/before/after. --- sys/dev/k8temp/k8temp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/k8temp/k8temp.c b/sys/dev/k8temp/k8temp.c index fb90421ce389..ef9cbf37a299 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;