mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
Documentation/sphinx: fix typos of "its"
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>
This commit is contained in:
parent
8ac383b4db
commit
32211146e1
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ class KernelCmd(Directive):
|
||||||
return nodeList
|
return nodeList
|
||||||
|
|
||||||
def runCmd(self, cmd, **kwargs):
|
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:
|
try:
|
||||||
proc = subprocess.Popen(
|
proc = subprocess.Popen(
|
||||||
|
|
|
@ -106,7 +106,7 @@ class KernelFeat(Directive):
|
||||||
return nodeList
|
return nodeList
|
||||||
|
|
||||||
def runCmd(self, cmd, **kwargs):
|
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:
|
try:
|
||||||
proc = subprocess.Popen(
|
proc = subprocess.Popen(
|
||||||
|
|
Loading…
Add table
Reference in a new issue