summaryrefslogtreecommitdiff
path: root/Documentation/trace/tracepoints.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/trace/tracepoints.rst')
-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.