Skip to content
Snippets Groups Projects
Commit 2289b276 authored by Simon Glass's avatar Simon Glass
Browse files

buildman: Fix a typo in TestSettingsHasPath()


The function comment should say 'buildman'. Fix it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 713bea38
No related branches found
No related tags found
No related merge requests found
...@@ -487,7 +487,7 @@ class Toolchains: ...@@ -487,7 +487,7 @@ class Toolchains:
return stdout.splitlines()[0][:-1] return stdout.splitlines()[0][:-1]
def TestSettingsHasPath(self, path): def TestSettingsHasPath(self, path):
"""Check if builmand will find this toolchain """Check if buildman will find this toolchain
Returns: Returns:
True if the path is in settings, False if not True if the path is in settings, False if not
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment