Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: ktap: Correct "its" spelling

Fix possessive adjective "its" spelling.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250814012046.21235-2-bagasdotme@gmail.com

authored by

Bagas Sanjaya and committed by
Jonathan Corbet
359ad700 1d8125e2

+1 -1
+1 -1
Documentation/dev-tools/ktap.rst
··· 5 5 =================================================== 6 6 7 7 TAP, or the Test Anything Protocol is a format for specifying test results used 8 - by a number of projects. It's website and specification are found at this `link 8 + by a number of projects. Its website and specification are found at this `link 9 9 <https://testanything.org/>`_. The Linux Kernel largely uses TAP output for test 10 10 results. However, Kernel testing frameworks have special needs for test results 11 11 which don't align with the original TAP specification. Thus, a "Kernel TAP"