o Fix a comment: softticks lives in sys/kern/kern_timeout.c.

PR:		kern/60613
Submitted by:	Gleb Smirnoff
MFC after:	3 days
This commit is contained in:
maxim 2003-12-27 14:08:53 +00:00
parent 10a5b874bb
commit 33621bd9ec

View File

@ -79,7 +79,7 @@
/*
* We keep a private variable for the simulation time, but we could
* probably use an existing one ("softticks" in sys/kern/kern_timer.c)
* probably use an existing one ("softticks" in sys/kern/kern_timeout.c)
*/
static dn_key curr_time = 0 ; /* current simulation time */