hrtimers: doc cleanup
authorCao jin <caoj.fnst@cn.fujitsu.com>
Thu, 21 Apr 2016 13:39:15 +0000 (21:39 +0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 28 Apr 2016 13:13:10 +0000 (07:13 -0600)
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>
Documentation/timers/hrtimers.txt

index ce31f65e12e736130adba6116d1a0a51ff29fff1..492f1affb0e5803a745e800541a79d499c04a898 100644 (file)
@@ -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
This page took 0.040994 seconds and 5 git commands to generate.