* [PATCH] Documentation/sphinx: Remove the repeated word "the" in comments.
@ 2023-10-18 2:30 Charles Han
2023-10-23 2:33 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Charles Han @ 2023-10-18 2:30 UTC (permalink / raw)
To: corbet; +Cc: linux-doc, linux-kernel, Charles Han
Remove the repeated word "the" in comments.
Signed-off-by: Charles Han <hanchunchao@inspur.com>
---
Documentation/sphinx/cdomain.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/sphinx/cdomain.py b/Documentation/sphinx/cdomain.py
index de5d132d94c5..4eb150bf509c 100644
--- a/Documentation/sphinx/cdomain.py
+++ b/Documentation/sphinx/cdomain.py
@@ -151,7 +151,7 @@ class CObject(Base_CObject):
def handle_func_like_macro(self, sig, signode):
u"""Handles signatures of function-like macros.
- If the objtype is 'function' and the the signature ``sig`` is a
+ If the objtype is 'function' and the signature ``sig`` is a
function-like macro, the name of the macro is returned. Otherwise
``False`` is returned. """
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation/sphinx: Remove the repeated word "the" in comments.
2023-10-18 2:30 [PATCH] Documentation/sphinx: Remove the repeated word "the" in comments Charles Han
@ 2023-10-23 2:33 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2023-10-23 2:33 UTC (permalink / raw)
To: Charles Han; +Cc: linux-doc, linux-kernel, Charles Han
Charles Han <hanchunchao@inspur.com> writes:
> Remove the repeated word "the" in comments.
>
> Signed-off-by: Charles Han <hanchunchao@inspur.com>
> ---
> Documentation/sphinx/cdomain.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/sphinx/cdomain.py b/Documentation/sphinx/cdomain.py
> index de5d132d94c5..4eb150bf509c 100644
> --- a/Documentation/sphinx/cdomain.py
> +++ b/Documentation/sphinx/cdomain.py
> @@ -151,7 +151,7 @@ class CObject(Base_CObject):
> def handle_func_like_macro(self, sig, signode):
> u"""Handles signatures of function-like macros.
>
> - If the objtype is 'function' and the the signature ``sig`` is a
> + If the objtype is 'function' and the signature ``sig`` is a
> function-like macro, the name of the macro is returned. Otherwise
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-23 2:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18 2:30 [PATCH] Documentation/sphinx: Remove the repeated word "the" in comments Charles Han
2023-10-23 2:33 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).