trace doc: Minor grammatical correction
authorSarat Mandava <mandavasarat@gmail.com>
Thu, 21 Mar 2024 11:27:57 +0000 (16:57 +0530)
committerJonathan Corbet <corbet@lwn.net>
Tue, 2 Apr 2024 16:07:51 +0000 (10:07 -0600)
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
Documentation/trace/tracepoints.rst

index 0cb8d9ca3d608d771387b11fd80c78220d99cd0a..decabcc77b567c9af7f0eace310f9efa57b063ca 100644 (file)
@@ -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.