linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] scripts/jobserver-exec: Fix a typo ("envirnoment")
@ 2021-05-13 16:24 Jonathan Neuschäfer
  2021-05-17  3:09 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2021-05-13 16:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-doc, Jonathan Neuschäfer, Masahiro Yamada

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 scripts/jobserver-exec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/jobserver-exec b/scripts/jobserver-exec
index 0fdb31a790a81..1c779cd1ccb48 100755
--- a/scripts/jobserver-exec
+++ b/scripts/jobserver-exec
@@ -10,7 +10,7 @@ from __future__ import print_function
 import os, sys, errno
 import subprocess

-# Extract and prepare jobserver file descriptors from envirnoment.
+# Extract and prepare jobserver file descriptors from environment.
 claim = 0
 jobs = b""
 try:
--
2.29.2


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

* Re: [PATCH RESEND] scripts/jobserver-exec: Fix a typo ("envirnoment")
  2021-05-13 16:24 [PATCH RESEND] scripts/jobserver-exec: Fix a typo ("envirnoment") Jonathan Neuschäfer
@ 2021-05-17  3:09 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2021-05-17  3:09 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: Linux Kernel Mailing List, open list:DOCUMENTATION

On Fri, May 14, 2021 at 1:24 AM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:
>
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>


Applied to linux-kbuild. Thanks.

> ---
>  scripts/jobserver-exec | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/jobserver-exec b/scripts/jobserver-exec
> index 0fdb31a790a81..1c779cd1ccb48 100755
> --- a/scripts/jobserver-exec
> +++ b/scripts/jobserver-exec
> @@ -10,7 +10,7 @@ from __future__ import print_function
>  import os, sys, errno
>  import subprocess
>
> -# Extract and prepare jobserver file descriptors from envirnoment.
> +# Extract and prepare jobserver file descriptors from environment.
>  claim = 0
>  jobs = b""
>  try:
> --
> 2.29.2
>


-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2021-05-17  3:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 16:24 [PATCH RESEND] scripts/jobserver-exec: Fix a typo ("envirnoment") Jonathan Neuschäfer
2021-05-17  3:09 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).