[U-Boot] [PATCH] test/py: fix a couple typos in comments

Stephen Warren swarren at wwwdotorg.org
Thu Jan 28 18:18:03 CET 2016


From: Stephen Warren <swarren at nvidia.com>

s/updata/update/.

Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
 test/py/tests/test_env.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/py/tests/test_env.py b/test/py/tests/test_env.py
index 651303f8cd69..c41aa5a9d9c7 100644
--- a/test/py/tests/test_env.py
+++ b/test/py/tests/test_env.py
@@ -94,7 +94,7 @@ def unset_var(state_test_env, var):
     object.
 
     Args:
-        state_test_env: The StateTestEnv object to updata.
+        state_test_env: The StateTestEnv object to update.
         var: The variable name to unset.
 
     Returns:
@@ -112,7 +112,7 @@ def set_var(state_test_env, var, value):
     object.
 
     Args:
-        state_test_env: The StateTestEnv object to updata.
+        state_test_env: The StateTestEnv object to update.
         var: The variable name to set.
         value: The value to set the variable to.
 
-- 
2.7.0



More information about the U-Boot mailing list