summaryrefslogtreecommitdiffstats
path: root/Documentation/sphinx
diff options
context:
space:
mode:
authorCharles Han <hanchunchao@inspur.com>2023-10-18 10:30:46 +0800
committerJonathan Corbet <corbet@lwn.net>2023-10-22 20:33:38 -0600
commit6037487045629e1d33b9aeb93624f75d372ed1d0 (patch)
treea591cb911d823a4d2112e814b6da0e82f32545be /Documentation/sphinx
parenteda5a18efa99f51f0dbff3209684a57532c93f23 (diff)
downloadlinux-stable-6037487045629e1d33b9aeb93624f75d372ed1d0.tar.gz
linux-stable-6037487045629e1d33b9aeb93624f75d372ed1d0.tar.bz2
linux-stable-6037487045629e1d33b9aeb93624f75d372ed1d0.zip
Documentation/sphinx: Remove the repeated word "the" in comments.
Remove the repeated word "the" in comments. Signed-off-by: Charles Han <hanchunchao@inspur.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20231018023046.30022-1-hanchunchao@inspur.com>
Diffstat (limited to 'Documentation/sphinx')
-rw-r--r--Documentation/sphinx/cdomain.py2
1 files changed, 1 insertions, 1 deletions
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. """