All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] test/py: fix a couple typos in comments
@ 2016-01-28 17:18 Stephen Warren
  2016-01-29  0:18 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2016-01-28 17:18 UTC (permalink / raw)
  To: u-boot

From: Stephen Warren <swarren@nvidia.com>

s/updata/update/.

Signed-off-by: Stephen Warren <swarren@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] test/py: fix a couple typos in comments
  2016-01-28 17:18 [U-Boot] [PATCH] test/py: fix a couple typos in comments Stephen Warren
@ 2016-01-29  0:18 ` Simon Glass
  2016-01-29  4:02   ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2016-01-29  0:18 UTC (permalink / raw)
  To: u-boot

On 28 January 2016 at 10:18, Stephen Warren <swarren@wwwdotorg.org> wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> s/updata/update/.
>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
>  test/py/tests/test_env.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] test/py: fix a couple typos in comments
  2016-01-29  0:18 ` Simon Glass
@ 2016-01-29  4:02   ` Simon Glass
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Glass @ 2016-01-29  4:02 UTC (permalink / raw)
  To: u-boot

On 28 January 2016 at 17:18, Simon Glass <sjg@chromium.org> wrote:
> On 28 January 2016 at 10:18, Stephen Warren <swarren@wwwdotorg.org> wrote:
>> From: Stephen Warren <swarren@nvidia.com>
>>
>> s/updata/update/.
>>
>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
>> ---
>>  test/py/tests/test_env.py | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-29  4:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28 17:18 [U-Boot] [PATCH] test/py: fix a couple typos in comments Stephen Warren
2016-01-29  0:18 ` Simon Glass
2016-01-29  4:02   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.