mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
buildman: Fix a typo in TestSettingsHasPath()
The function comment should say 'buildman'. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
713bea38dd
commit
2289b2763c
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ class Toolchains:
|
|||
return stdout.splitlines()[0][:-1]
|
||||
|
||||
def TestSettingsHasPath(self, path):
|
||||
"""Check if builmand will find this toolchain
|
||||
"""Check if buildman will find this toolchain
|
||||
|
||||
Returns:
|
||||
True if the path is in settings, False if not
|
||||
|
|
Loading…
Add table
Reference in a new issue