Skip to content

Commit

Permalink
hrtimers: doc cleanup
Browse files Browse the repository at this point in the history
It has:
a tense correction(led->leads);
a typo(unevitably->inevitably);

Signed-off-by: Cao jin <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
Cao jin authored and Jonathan Corbet committed Apr 28, 2016
1 parent 2c30322 commit ac86db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/timers/hrtimers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ several reasons why such integration is hard/impossible:

- the unpredictable [O(N)] overhead of cascading leads to delays 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
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.

- the implementation of the current posix-timer subsystem on top of
Expand Down

0 comments on commit ac86db3

Please sign in to comment.