[PATCH] trace doc: Minor grammatical correction

Sarat Mandava posted 1 patch 1 year, 10 months ago
Documentation/trace/tracepoints.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] trace doc: Minor grammatical correction
Posted by Sarat Mandava 1 year, 10 months ago
Use the correct relative pronoun.

Signed-off-by: Sarat Mandava <mandavasarat@gmail.com>
---
 Documentation/trace/tracepoints.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.34.1
Re: [PATCH] trace doc: Minor grammatical correction
Posted by Jonathan Corbet 1 year, 10 months ago
Sarat Mandava <mandavasarat@gmail.com> writes:

> Use the correct relative pronoun.
>
> Signed-off-by: Sarat Mandava <mandavasarat@gmail.com>
> ---
>  Documentation/trace/tracepoints.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.
>  

Applied, thanks.

jon