]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation: ktap: Correct "its" spelling
authorBagas Sanjaya <bagasdotme@gmail.com>
Thu, 14 Aug 2025 01:20:45 +0000 (08:20 +0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 18 Aug 2025 16:28:44 +0000 (10:28 -0600)
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
Documentation/dev-tools/ktap.rst

index 414c105b10a9f85851557880aedb60c2bbe0e605..54fac3d3bf7b0559022dd1f72835679127fa1e39 100644 (file)
@@ -5,7 +5,7 @@ The Kernel Test Anything Protocol (KTAP), version 1
 ===================================================
 
 TAP, or the Test Anything Protocol is a format for specifying test results used
-by a number of projects. It's website and specification are found at this `link
+by a number of projects. Its website and specification are found at this `link
 <https://testanything.org/>`_. The Linux Kernel largely uses TAP output for test
 results. However, Kernel testing frameworks have special needs for test results
 which don't align with the original TAP specification. Thus, a "Kernel TAP"