[PATCH] Documentation/sphinx: fix typos of "its"

From: Randy Dunlap
Date: Wed Dec 22 2021 - 01:24:00 EST


Use "its" for possessive form instead of the contraction "it's".

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Jonathan Corbet <corbet@xxxxxxx>
Cc: linux-doc@xxxxxxxxxxxxxxx
---
Documentation/sphinx/kernel_abi.py | 2 +-
Documentation/sphinx/kernel_feat.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20211221.orig/Documentation/sphinx/kernel_abi.py
+++ linux-next-20211221/Documentation/sphinx/kernel_abi.py
@@ -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(
--- linux-next-20211221.orig/Documentation/sphinx/kernel_feat.py
+++ linux-next-20211221/Documentation/sphinx/kernel_feat.py
@@ -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(