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.
This commit is contained in:
Hiten Pandya 2004-04-25 04:10:17 +00:00
parent be3930682a
commit 024035e822
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128630

View File

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