From: Sarat Mandava Date: Thu, 21 Mar 2024 11:27:57 +0000 (+0530) Subject: trace doc: Minor grammatical correction X-Git-Tag: v6.10-rc1~226^2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a225ece7165496a91261001a0a2f3626f2766b9;p=thirdparty%2Fkernel%2Flinux.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 0cb8d9ca3d608..decabcc77b567 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.