projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa4be6
)
test: Fix mulptiplex_log typo
author
Simon Glass
<sjg@chromium.org>
Thu, 10 Oct 2024 00:29:05 +0000
(18:29 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 15 Oct 2024 16:24:27 +0000
(10:24 -0600)
Fix a typo in a comment.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/u_boot_console_base.py
patch
|
blob
|
history
diff --git
a/test/py/u_boot_console_base.py
b/test/py/u_boot_console_base.py
index aebe0dac0998aa4a5e29c4f8200bf1c5fa4b2fae..d8d0bdf9fd473458f58f1e1288bac8eede3dda9b 100644
(file)
--- a/
test/py/u_boot_console_base.py
+++ b/
test/py/u_boot_console_base.py
@@
-113,7
+113,7
@@
class ConsoleBase(object):
Can only usefully be called by sub-classes.
Args:
- log: A mul
ptiplex
_log.Logfile object, to which the U-Boot output
+ log: A mul
tiplexed
_log.Logfile object, to which the U-Boot output
will be logged.
config: A configuration data structure, as built by conftest.py.
max_fifo_fill: The maximum number of characters to send to U-Boot