mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 15:45:21 +00:00
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:
parent
824fd46dca
commit
fad1d65260
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123893
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user