From: Sarat Mandava Date: Thu, 21 Mar 2024 11:27:57 +0000 (+0530) Subject: trace doc: Minor grammatical correction X-Git-Tag: block-6.10-20240523~32^2~36 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7a225ece7165496a91261001a0a2f3626f2766b9;p=linux-block.git trace doc: Minor grammatical correction Use the correct relative pronoun. Signed-off-by: Sarat Mandava Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20240321112757.17502-1-mandavasarat@gmail.com --- 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.