summaryrefslogtreecommitdiff
path: root/tools/buildman
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-07-27 20:33:03 -0600
committerSimon Glass <sjg@chromium.org>2016-07-31 19:37:08 -0600
commit2289b2763ce88fe5393108e2d270a05e90b52775 (patch)
tree7e5e95856f28d9abb44df622f3b1b945132df058 /tools/buildman
parent713bea38dde23794aa7ff6a276829b54a7ffbd99 (diff)
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>
Diffstat (limited to 'tools/buildman')
-rw-r--r--tools/buildman/toolchain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py
index 38876c23f5..02fbeb50c2 100644
--- a/tools/buildman/toolchain.py
+++ b/tools/buildman/toolchain.py
@@ -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