Fix comment: s/before/after.

This commit is contained in:
Rui Paulo 2008-07-06 16:18:58 +00:00
parent 6d05da1dc9
commit ded2471528
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180326

View File

@ -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;