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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user