summaryrefslogtreecommitdiffstats
path: root/commands/go.c
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-16 19:07:21 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-16 19:07:21 +0200
commit26def3fd2c20cdb0c85fc721325c1b954d7bbc05 (patch)
treed71ed10cd95598b575bd9db9bbc04373f9c25ed6 /commands/go.c
parentfa814e8fae23377d1eb67f76b4e64656cf530e5a (diff)
downloadbarebox-26def3fd2c20cdb0c85fc721325c1b954d7bbc05.tar.gz
barebox-26def3fd2c20cdb0c85fc721325c1b954d7bbc05.tar.xz
various small typos fixed
Diffstat (limited to 'commands/go.c')
-rw-r--r--commands/go.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/commands/go.c b/commands/go.c
index f6d8fcd135..a1fd2f087f 100644
--- a/commands/go.c
+++ b/commands/go.c
@@ -1,4 +1,6 @@
/*
+ * go- execute some code anywhere (misc boot support)
+ *
* (C) Copyright 2000-2003
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
@@ -21,10 +23,6 @@
* MA 02111-1307 USA
*/
-/*
- * Misc boot support
- */
-
#include <common.h>
#include <command.h>