projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713bea3
)
buildman: Fix a typo in TestSettingsHasPath()
author
Simon Glass
<sjg@chromium.org>
Thu, 28 Jul 2016 02:33:03 +0000
(20:33 -0600)
committer
Simon Glass
<sjg@chromium.org>
Mon, 1 Aug 2016 01:37:08 +0000
(19:37 -0600)
The function comment should say 'buildman'. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/buildman/toolchain.py
patch
|
blob
|
history
diff --git
a/tools/buildman/toolchain.py
b/tools/buildman/toolchain.py
index 38876c23f57a7798ebc95634768a8b3743a07c5b..02fbeb50c24aaa3bc02b06bac983d613f15cc14f 100644
(file)
--- 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 buil
mand
will find this toolchain
+ """Check if buil
dman
will find this toolchain
Returns:
True if the path is in settings, False if not