mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
hrtimers: doc cleanup
It has: a tense correction(led->leads); a typo(unevitably->inevitably); Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
2c30322c47
commit
ac86db349e
@ -28,9 +28,9 @@ several reasons why such integration is hard/impossible:
|
|||||||
|
|
||||||
- the unpredictable [O(N)] overhead of cascading leads to delays which
|
- the unpredictable [O(N)] overhead of cascading leads to delays which
|
||||||
necessitate a more complex handling of high resolution timers, which
|
necessitate a more complex handling of high resolution timers, which
|
||||||
in turn decreases robustness. Such a design still led to rather large
|
in turn decreases robustness. Such a design still leads to rather large
|
||||||
timing inaccuracies. Cascading is a fundamental property of the timer
|
timing inaccuracies. Cascading is a fundamental property of the timer
|
||||||
wheel concept, it cannot be 'designed out' without unevitably
|
wheel concept, it cannot be 'designed out' without inevitably
|
||||||
degrading other portions of the timers.c code in an unacceptable way.
|
degrading other portions of the timers.c code in an unacceptable way.
|
||||||
|
|
||||||
- the implementation of the current posix-timer subsystem on top of
|
- the implementation of the current posix-timer subsystem on top of
|
||||||
|
Loading…
Reference in New Issue
Block a user