diff options
author | Simon Glass <sjg@chromium.org> | 2024-10-09 18:29:05 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-15 10:24:27 -0600 |
commit | 3f6a0c890b9121f8517784bc288922a1269ceb94 (patch) | |
tree | edb9be4d845134adf85484bfbfadc47dc9c315e8 /test/py/u_boot_console_base.py | |
parent | 9fa4be6598108136b927f612e9c3f05f2c983df0 (diff) |
test: Fix mulptiplex_log typo
Fix a typo in a comment.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/py/u_boot_console_base.py')
-rw-r--r-- | test/py/u_boot_console_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/u_boot_console_base.py b/test/py/u_boot_console_base.py index aebe0dac099..d8d0bdf9fd4 100644 --- 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 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 |