mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
test/py: fix a couple typos in comments
s/updata/update/. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d27f2fc1e1
commit
db261f0076
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ def unset_var(state_test_env, var):
|
||||||
object.
|
object.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
state_test_env: The StateTestEnv object to updata.
|
state_test_env: The StateTestEnv object to update.
|
||||||
var: The variable name to unset.
|
var: The variable name to unset.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
@ -112,7 +112,7 @@ def set_var(state_test_env, var, value):
|
||||||
object.
|
object.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
state_test_env: The StateTestEnv object to updata.
|
state_test_env: The StateTestEnv object to update.
|
||||||
var: The variable name to set.
|
var: The variable name to set.
|
||||||
value: The value to set the variable to.
|
value: The value to set the variable to.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue