mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
test: Fix mulptiplex_log typo
Fix a typo in a comment. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9fa4be6598
commit
3f6a0c890b
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class ConsoleBase(object):
|
|||
Can only usefully be called by sub-classes.
|
||||
|
||||
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.
|
||||
config: A configuration data structure, as built by conftest.py.
|
||||
max_fifo_fill: The maximum number of characters to send to U-Boot
|
||||
|
|
Loading…
Add table
Reference in a new issue