Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1384235 > unrolled thread

[PATCH v2] hrtimers: doc cleanup

Started byCao jin <caoj.fnst@cn.fujitsu.com>
First post2016-04-21 15:40 +0200
Last post2016-04-28 15:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] hrtimers: doc cleanup Cao jin <caoj.fnst@cn.fujitsu.com> - 2016-04-21 15:40 +0200
    Re: [PATCH v2] hrtimers: doc cleanup Jonathan Corbet <corbet@lwn.net> - 2016-04-28 15:20 +0200

#1384235 — [PATCH v2] hrtimers: doc cleanup

FromCao jin <caoj.fnst@cn.fujitsu.com>
Date2016-04-21 15:40 +0200
Subject[PATCH v2] hrtimers: doc cleanup
Message-ID<rqmZS-1qh-45@gated-at.bofh.it>
It has:
a tense correction(led->leads);
a typo(unevitably->inevitably);

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 Documentation/timers/hrtimers.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/timers/hrtimers.txt b/Documentation/timers/hrtimers.txt
index ce31f65..492f1af 100644
--- a/Documentation/timers/hrtimers.txt
+++ b/Documentation/timers/hrtimers.txt
@@ -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
-- 
2.1.0

[toc] | [next] | [standalone]


#1390154

FromJonathan Corbet <corbet@lwn.net>
Date2016-04-28 15:20 +0200
Message-ID<rsU1k-3GG-11@gated-at.bofh.it>
In reply to#1384235
On Thu, 21 Apr 2016 21:39:15 +0800
Cao jin <caoj.fnst@cn.fujitsu.com> wrote:

> It has:
> a tense correction(led->leads);
> a typo(unevitably->inevitably);

I've applied this to the docs tree, thanks.

jon

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web