All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/sphinx: fix typos of "its"
@ 2021-12-22  6:23 Randy Dunlap
  2021-12-23 19:42 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-12-22  6:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Jonathan Corbet, linux-doc

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
---
 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(

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/sphinx: fix typos of "its"
  2021-12-22  6:23 [PATCH] Documentation/sphinx: fix typos of "its" Randy Dunlap
@ 2021-12-23 19:42 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2021-12-23 19:42 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel; +Cc: Randy Dunlap, linux-doc

Randy Dunlap <rdunlap@infradead.org> writes:

> 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
> ---
>  Documentation/sphinx/kernel_abi.py  |    2 +-
>  Documentation/sphinx/kernel_feat.py |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-23 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22  6:23 [PATCH] Documentation/sphinx: fix typos of "its" Randy Dunlap
2021-12-23 19:42 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.