diff options
author | Sarat Mandava <mandavasarat@gmail.com> | 2024-03-21 12:27:57 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-04-02 18:07:51 +0200 |
commit | 7a225ece7165496a91261001a0a2f3626f2766b9 (patch) | |
tree | 29d79f362ec5816112f48b5f8bd56ce39601739f /Documentation/trace/tracepoints.rst | |
parent | doc: fix spelling about ReStructured Text (diff) | |
download | linux-7a225ece7165496a91261001a0a2f3626f2766b9.tar.xz linux-7a225ece7165496a91261001a0a2f3626f2766b9.zip |
trace doc: Minor grammatical correction
Use the correct relative pronoun.
Signed-off-by: Sarat Mandava <mandavasarat@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240321112757.17502-1-mandavasarat@gmail.com
Diffstat (limited to '')
-rw-r--r-- | Documentation/trace/tracepoints.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/tracepoints.rst b/Documentation/trace/tracepoints.rst index 0cb8d9ca3d60..decabcc77b56 100644 --- a/Documentation/trace/tracepoints.rst +++ b/Documentation/trace/tracepoints.rst @@ -27,7 +27,7 @@ the tracepoint site). You can put tracepoints at important locations in the code. They are lightweight hooks that can pass an arbitrary number of parameters, -which prototypes are described in a tracepoint declaration placed in a +whose prototypes are described in a tracepoint declaration placed in a header file. They can be used for tracing and performance accounting. |