瀏覽代碼

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>
Simon Glass 8 年之前
父節點
當前提交
2289b2763c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/buildman/toolchain.py

+ 1 - 1
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