[PATCH v7 8/8] test: Fix mulptiplex_log typo

Simon Glass sjg at chromium.org
Thu Oct 10 02:29:05 CEST 2024


Fix a typo in a comment.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v7:
- Split out from earlier series
- Rebase on -master

 test/py/u_boot_console_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.43.0



More information about the U-Boot mailing list