diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-08-14 08:20:45 +0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-08-18 10:28:44 -0600 |
commit | 359ad700eb8b563461819b6227b021b280e37e3e (patch) | |
tree | 1098a154085609f213f4f7e18612fd15fd53f46f | |
parent | 1d8125e27323d8a378cb38f88a6c5a0d7fdb2f6c (diff) |
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
-rw-r--r-- | Documentation/dev-tools/ktap.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/ktap.rst b/Documentation/dev-tools/ktap.rst index 414c105b10a9..54fac3d3bf7b 100644 --- a/Documentation/dev-tools/ktap.rst +++ b/Documentation/dev-tools/ktap.rst @@ -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" |