From 2289b2763ce88fe5393108e2d270a05e90b52775 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 27 Jul 2016 20:33:03 -0600 Subject: buildman: Fix a typo in TestSettingsHasPath() The function comment should say 'buildman'. Fix it. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- tools/buildman/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/buildman') 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 -- cgit v1.1