mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Documentation: tracing: fix grammar
@ 2015-05-04 17:48 Rabin Vincent
  2015-05-04 19:03 ` Steven Rostedt
  0 siblings, 1 reply; 4+ messages in thread
From: Rabin Vincent @ 2015-05-04 17:48 UTC (permalink / raw)
  To: Steven Rostedt, corbet; +Cc: linux-doc, linux-kernel, Rabin Vincent

4a88d44ab17da ("tracing: Remove mentioning of legacy latency_trace file
from documentation") changed a sentence to refer to only one file
instead of two, but the sentence still uses "they".  Fix it.

Signed-off-by: Rabin Vincent <rabin@rab.in>
---
 Documentation/trace/ftrace.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/trace/ftrace.txt b/Documentation/trace/ftrace.txt
index 572ca92..7ddb1e3 100644
--- a/Documentation/trace/ftrace.txt
+++ b/Documentation/trace/ftrace.txt
@@ -108,8 +108,8 @@ of ftrace. Here is a list of some of the key files:
 	data is read from this file, it is consumed, and
 	will not be read again with a sequential read. The
 	"trace" file is static, and if the tracer is not
-	adding more data,they will display the same
-	information every time they are read.
+	adding more data, it will display the same
+	information every time it is read.
 
   trace_options:
 
-- 
2.1.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-04 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-04 17:48 [PATCH] Documentation: tracing: fix grammar Rabin Vincent
2015-05-04 19:03 ` Steven Rostedt
2015-05-04 19:09   ` Jonathan Corbet
2015-05-04 21:14     ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome