diff options
| author | Nobuhiro Iwamatsu <[email protected]> | 2008-01-09 14:39:58 +0900 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 2008-01-15 23:30:40 +0900 |
| commit | dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3 (patch) | |
| tree | 2f3107d3d793bf40f4efeb4f193111893620d8ec | |
| parent | c0a04d93734d768b39dbb72fb501b65614c8615d (diff) | |
sh: Fix board name in MS7720SE's config.mk
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
| -rw-r--r-- | board/ms7720se/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ms7720se/config.mk b/board/ms7720se/config.mk index 843cdfb716f..cad8d3a36f9 100644 --- a/board/ms7720se/config.mk +++ b/board/ms7720se/config.mk @@ -8,7 +8,7 @@ # Copyright (C) 2007 # Kenati Technologies, Inc. # -# board/ms7722se/config.mk +# board/ms7720se/config.mk # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as |
