summaryrefslogtreecommitdiff
path: root/test/py/u_boot_console_base.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-07-31 23:35:04 (GMT)
committerTom Rini <trini@konsulko.com>2016-08-06 00:55:20 (GMT)
commit72f52268942c3500b1a15db5e59ab406b58a9260 (patch)
tree82ad87ba3eba39689e63b85a5bb5527723867d34 /test/py/u_boot_console_base.py
parent7f64b1874c22b52259a8380de13d824e6b0ce2c8 (diff)
downloadu-boot-72f52268942c3500b1a15db5e59ab406b58a9260.tar.xz
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>
Diffstat (limited to 'test/py/u_boot_console_base.py')
-rw-r--r--test/py/u_boot_console_base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/u_boot_console_base.py b/test/py/u_boot_console_base.py
index 4606ad4..356cf80 100644
--- a/test/py/u_boot_console_base.py
+++ b/test/py/u_boot_console_base.py
@@ -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: