diff options
author | Simon Glass <sjg@chromium.org> | 2016-07-28 02:33:03 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-08-01 01:37:08 (GMT) |
commit | 2289b2763ce88fe5393108e2d270a05e90b52775 (patch) | |
tree | 7e5e95856f28d9abb44df622f3b1b945132df058 | |
parent | 713bea38dde23794aa7ff6a276829b54a7ffbd99 (diff) | |
download | u-boot-fsl-qoriq-2289b2763ce88fe5393108e2d270a05e90b52775.tar.xz |
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>
-rw-r--r-- | tools/buildman/toolchain.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py index 38876c2..02fbeb5 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 |