From 477d844890eaa15352c69579d11fca4141ff99f0 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 8 Jul 2002 01:52:55 +0000 Subject: s/procrunnable/kserunnable/ in a comment --- sys/amd64/amd64/machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 37e0619..75bd8b2 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -789,7 +789,7 @@ SYSCTL_INT(_machdep, OID_AUTO, cpu_idle_hlt, CTLFLAG_RW, /* * Note that we have to be careful here to avoid a race between checking - * procrunnable() and actually halting. If we don't do this, we may waste + * kserunnable() and actually halting. If we don't do this, we may waste * the time between calling hlt and the next interrupt even though there * is a runnable process. */ -- cgit v1.1