summaryrefslogtreecommitdiffstats
path: root/commands/flash.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/flash.c
parentfa814e8fae23377d1eb67f76b4e64656cf530e5a (diff)
downloadbarebox-26def3fd2c20cdb0c85fc721325c1b954d7bbc05.tar.gz
barebox-26def3fd2c20cdb0c85fc721325c1b954d7bbc05.tar.xz
various small typos fixed
Diffstat (limited to 'commands/flash.c')
-rw-r--r--commands/flash.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/commands/flash.c b/commands/flash.c
index 7d7876d862..835663c2b6 100644
--- a/commands/flash.c
+++ b/commands/flash.c
@@ -1,4 +1,6 @@
/*
+ * erase, protect, unprotect - FLASH support
+ *
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
@@ -21,9 +23,6 @@
* MA 02111-1307 USA
*/
-/*
- * FLASH support
- */
#include <common.h>
#include <command.h>
#include <cfi_flash.h>