
28 Jul
2016
28 Jul
'16
4:33 a.m.
The function comment should say 'buildman'. Fix it.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/buildman/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.8.0.rc3.226.g39d4020