mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
scripts/jobserver-exec: Fix a typo ("envirnoment")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
committed by
Masahiro Yamada
parent
c6de37dd5e
commit
98a499a11e
@@ -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:
|
||||
|
Reference in New Issue
Block a user