summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbin Babu Varghese <albinbabuvarghese20@gmail.com>2025-08-20 15:47:15 -0400
committerJonathan Corbet <corbet@lwn.net>2025-08-21 11:44:41 -0600
commit168a4742aff1da4166ce12e294b2094126cac2b9 (patch)
treed45d2a41196bdf92626e0d41298dfd69b57d900d
parent37c52167b007d9d0bb8c5ed53dd6efc4969a1356 (diff)
Documentation: conf.py: remove repeated word in comment
Remove a repeated "are" from a comment in conf.py Signed-off-by: Albin Babu Varghese <albinbabuvarghese20@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250820194714.130513-2-albinbabuvarghese20@gmail.com
-rw-r--r--Documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index f9828f3862f9..856c04a2abb7 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -234,7 +234,7 @@ author = "The kernel development community"
# |version| and |release|, also used in various other places throughout the
# built documents.
#
-# In a normal build, version and release are are set to KERNELVERSION and
+# In a normal build, version and release are set to KERNELVERSION and
# KERNELRELEASE, respectively, from the Makefile via Sphinx command line
# arguments.
#