summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarat Mandava <mandavasarat@gmail.com>2024-03-21 14:27:57 +0300
committerJonathan Corbet <corbet@lwn.net>2024-04-02 19:07:51 +0300
commit7a225ece7165496a91261001a0a2f3626f2766b9 (patch)
tree29d79f362ec5816112f48b5f8bd56ce39601739f
parent23bfb947eb0ae29aaf2882b19208f5af6033a429 (diff)
downloadlinux-7a225ece7165496a91261001a0a2f3626f2766b9.tar.xz
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
-rw-r--r--Documentation/trace/tracepoints.rst2
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.