diff options
Diffstat (limited to 'Documentation/hrtimers.txt')
-rw-r--r-- | Documentation/hrtimers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hrtimers.txt b/Documentation/hrtimers.txt index acad3a9b16c9..1fbad1a7b809 100644 --- a/Documentation/hrtimers.txt +++ b/Documentation/hrtimers.txt @@ -27,7 +27,7 @@ several reasons why such integration is hard/impossible: high-res timers. - the unpredictable [O(N)] overhead of cascading leads to delays which - necessiate 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 timing inaccuracies. Cascading is a fundamental property of the timer wheel concept, it cannot be 'designed out' without unevitably |