From: Simon Glass Date: Thu, 10 Oct 2024 00:29:05 +0000 (-0600) Subject: test: Fix mulptiplex_log typo X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=3f6a0c890b9121f8517784bc288922a1269ceb94;p=u-boot.git test: Fix mulptiplex_log typo Fix a typo in a comment. Signed-off-by: Simon Glass --- diff --git a/test/py/u_boot_console_base.py b/test/py/u_boot_console_base.py index aebe0dac09..d8d0bdf9fd 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