Commit 6ae0f207 authored by Ankit Khushwaha's avatar Ankit Khushwaha Committed by Jonathan Corbet
Browse files

docs: parse-headers.rst: Fix a typo



Replace "vantage" with "advantage" in the description of userspace API
cross-references.

Signed-off-by: default avatarAnkit Khushwaha <ankitkhushwaha.linux@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Message-ID: <20251115114233.32239-1-ankitkhushwaha.linux@gmail.com>
parent 46a47693
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Including uAPI header files
Sometimes, it is useful to include header files and C example codes in
order to describe the userspace API and to generate cross-references
between the code and the documentation. Adding cross-references for
userspace API files has an additional vantage: Sphinx will generate warnings
userspace API files has an additional advantage: Sphinx will generate warnings
if a symbol is not found at the documentation. That helps to keep the
uAPI documentation in sync with the Kernel changes.
The :ref:`parse_headers.py <parse_headers>` provides a way to generate such