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:
Simon Glass 2016-07-31 17:35:04 -06:00 committed by Tom Rini
parent 7f64b1874c
commit 72f5226894
3 changed files with 10 additions and 10 deletions

View file

@ -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: