diff options
author | Huichun Feng <foxhoundsk.tw@gmail.com> | 2022-01-11 06:20:01 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-01-17 22:56:16 +0100 |
commit | cc2cf6796a90bf356a8ddc854f65cea434477ea7 (patch) | |
tree | 2cd62a13c824dfc289c8f7f654a84ef1fc95d070 /Documentation/trace/ftrace.rst | |
parent | docs: staging/tee.rst: fix two typos found while reading (diff) | |
download | linux-cc2cf6796a90bf356a8ddc854f65cea434477ea7.tar.xz linux-cc2cf6796a90bf356a8ddc854f65cea434477ea7.zip |
docs: ftrace: fix ambiguous sentence
The sentence looks ambiguous, rephrase it by adding ", there".
Signed-off-by: Huichun Feng <foxhoundsk.tw@gmail.com>
Signed-off-by: Ching-Chun (Jim) Huang <jserv@ccns.ncku.edu.tw>
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Link: https://lore.kernel.org/r/20220111052000.2675944-1-foxhoundsk.tw@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/trace/ftrace.rst')
-rw-r--r-- | Documentation/trace/ftrace.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst index b3166c4a7867..45b8c56af67a 100644 --- a/Documentation/trace/ftrace.rst +++ b/Documentation/trace/ftrace.rst @@ -3370,7 +3370,7 @@ one of the latency tracers, you will get the following results. Instances --------- -In the tracefs tracing directory is a directory called "instances". +In the tracefs tracing directory, there is a directory called "instances". This directory can have new directories created inside of it using mkdir, and removing directories with rmdir. The directory created with mkdir in this directory will already contain files and other |