[U-Boot] [PATCH v2 06/11] buildman: Fix a typo in TestSettingsHasPath()
Simon Glass
sjg at chromium.org
Thu Jul 28 04:33:03 CEST 2016
The function comment should say 'buildman'. Fix it.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list