Skip to content

Commit 6ae0f20

Browse files
ankitkhushwahaJonathan Corbet
authored andcommitted
docs: parse-headers.rst: Fix a typo
Replace "vantage" with "advantage" in the description of userspace API cross-references. Signed-off-by: Ankit Khushwaha <ankitkhushwaha.linux@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20251115114233.32239-1-ankitkhushwaha.linux@gmail.com>
1 parent 46a4769 commit 6ae0f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/doc-guide/parse-headers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Including uAPI header files
55
Sometimes, it is useful to include header files and C example codes in
66
order to describe the userspace API and to generate cross-references
77
between the code and the documentation. Adding cross-references for
8-
userspace API files has an additional vantage: Sphinx will generate warnings
8+
userspace API files has an additional advantage: Sphinx will generate warnings
99
if a symbol is not found at the documentation. That helps to keep the
1010
uAPI documentation in sync with the Kernel changes.
1111
The :ref:`parse_headers.py <parse_headers>` provides a way to generate such

0 commit comments

Comments
 (0)