test: Fix mulptiplex_log typo
Fix a typo in a comment. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -113,7 +113,7 @@ class ConsoleBase(object):
|
|||||||
Can only usefully be called by sub-classes.
|
Can only usefully be called by sub-classes.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
log: A mulptiplex_log.Logfile object, to which the U-Boot output
|
log: A multiplexed_log.Logfile object, to which the U-Boot output
|
||||||
will be logged.
|
will be logged.
|
||||||
config: A configuration data structure, as built by conftest.py.
|
config: A configuration data structure, as built by conftest.py.
|
||||||
max_fifo_fill: The maximum number of characters to send to U-Boot
|
max_fifo_fill: The maximum number of characters to send to U-Boot
|
||||||
|
Reference in New Issue
Block a user