]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Fix mulptiplex_log typo
authorSimon Glass <sjg@chromium.org>
Thu, 10 Oct 2024 00:29:05 +0000 (18:29 -0600)
committerTom 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

index aebe0dac0998aa4a5e29c4f8200bf1c5fa4b2fae..d8d0bdf9fd473458f58f1e1288bac8eede3dda9b 100644 (file)
@@ -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