Documentation/sphinx: fix typos of "its"
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 22 Dec 2021 06:23:54 +0000 (22:23 -0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 23 Dec 2021 19:42:47 +0000 (12:42 -0700)
Use "its" for possessive form instead of the contraction "it's".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Link: https://lore.kernel.org/r/20211222062354.23224-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/sphinx/kernel_abi.py
Documentation/sphinx/kernel_feat.py

index efe760e..4392b3c 100644 (file)
@@ -104,7 +104,7 @@ class KernelCmd(Directive):
         return nodeList
 
     def runCmd(self, cmd, **kwargs):
-        u"""Run command ``cmd`` and return it's stdout as unicode."""
+        u"""Run command ``cmd`` and return its stdout as unicode."""
 
         try:
             proc = subprocess.Popen(
index c91ea2b..8138d69 100644 (file)
@@ -106,7 +106,7 @@ class KernelFeat(Directive):
         return nodeList
 
     def runCmd(self, cmd, **kwargs):
-        u"""Run command ``cmd`` and return it's stdout as unicode."""
+        u"""Run command ``cmd`` and return its stdout as unicode."""
 
         try:
             proc = subprocess.Popen(