projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bbc254
)
Documentation/sphinx: Fix typo in automarkup.py
author
Iris Shi
<0.0@owo.li>
Mon, 18 Aug 2025 09:47:48 +0000
(17:47 +0800)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 18 Aug 2025 15:45:47 +0000
(09:45 -0600)
"whan" -> "when"
Signed-off-by: Iris Shi <0.0@owo.li>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link:
https://lore.kernel.org/r/8e5ddb7d-8faf-314f-b1b1-2d15d6900862@owo.li
Documentation/sphinx/automarkup.py
patch
|
blob
|
history
diff --git
a/Documentation/sphinx/automarkup.py
b/Documentation/sphinx/automarkup.py
index
563033f
..
1d9dada
100644
(file)
--- a/
Documentation/sphinx/automarkup.py
+++ b/
Documentation/sphinx/automarkup.py
@@
-244,7
+244,7
@@
def add_and_resolve_xref(app, docname, domain, reftype, target, contnode=None):
return contnode
#
-# Variant of markup_abi_ref() that warns wh
a
n a reference is not found
+# Variant of markup_abi_ref() that warns wh
e
n a reference is not found
#
def markup_abi_file_ref(docname, app, match):
return markup_abi_ref(docname, app, match, warning=True)