mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
test: Fix typos in comments
Fix some typos in various files introduced with the vboot test conversion. Reported-by: Teddy Reed <teddy.reed@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
7f64b1874c
commit
72f5226894
3 changed files with 10 additions and 10 deletions
|
@ -223,9 +223,9 @@ class ConsoleBase(object):
|
|||
for each command in a list.
|
||||
|
||||
Args:
|
||||
cmd: List of commands (each a string)
|
||||
cmd: List of commands (each a string).
|
||||
Returns:
|
||||
Combined output of all commands, as a string
|
||||
Combined output of all commands, as a string.
|
||||
"""
|
||||
output = ''
|
||||
for cmd in cmds:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue