summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-06-23 19:17:29 (GMT)
committerWolfgang Denk <wd@denx.de>2010-06-23 19:17:29 (GMT)
commitf35f3968c21bc8d01958ad1f92fe30e6ccc9c318 (patch)
tree2d10d82ec489f225d58b185cf463a4f62ad45ed3 /common
parent54e19a7ded6e9dbdc3392a57d82f4f77b34e85b8 (diff)
parent482126e27b3dbf0e69a6445da8b94b3551adf05d (diff)
downloadu-boot-f35f3968c21bc8d01958ad1f92fe30e6ccc9c318.tar.xz
Merge branch 'master' into next
Diffstat (limited to 'common')
-rw-r--r--common/cmd_setexpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_setexpr.c b/common/cmd_setexpr.c
index 2d37197..da9e844 100644
--- a/common/cmd_setexpr.c
+++ b/common/cmd_setexpr.c
@@ -32,7 +32,7 @@ static ulong get_arg(char *s, int w)
{
ulong *p;
- /*
+ /*
* if the parameter starts with a '*' then assume
* it is a pointer to the value we want
*/