diff options
author | hmp <hmp@FreeBSD.org> | 2004-04-25 04:10:17 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2004-04-25 04:10:17 +0000 |
commit | fdb8f551303bc215edd7e19f27149b22d10cb176 (patch) | |
tree | 1b9aa8db065e8d234451f8174b45ec9c9e89b787 /sys | |
parent | 0d58ef0153a10f2eaf1628fa7acf553e2c90742a (diff) | |
download | FreeBSD-src-fdb8f551303bc215edd7e19f27149b22d10cb176.zip FreeBSD-src-fdb8f551303bc215edd7e19f27149b22d10cb176.tar.gz |
The paper "Hashed Timers and Hierarchical Wheels: Data Structures for the
Efficient Implementation of a Timer Facility" was co-author'ed by T. Lauk,
not A. Lauk.
Adjust nearby whitespace.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/kern_timeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index b1465ce..031283c 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -160,7 +160,7 @@ kern_timeout_callwheel_init(void) * George Varghese, published in a technical report entitled "Redesigning * the BSD Callout and Timer Facilities" and modified slightly for inclusion * in FreeBSD by Justin T. Gibbs. The original work on the data structures - * used in this implementation was published by G.Varghese and A. Lauck in + * used in this implementation was published by G. Varghese and T. Lauck in * the paper "Hashed and Hierarchical Timing Wheels: Data Structures for * the Efficient Implementation of a Timer Facility" in the Proceedings of * the 11th ACM Annual Symposium on Operating Systems Principles, |