diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2015-11-24 14:45:02 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-12-05 18:22:21 -0500 |
commit | 3f42dc87b4fbcc99baa26c7be8d0b74aaa4c2f30 (patch) | |
tree | a5049d2116f24780fb0f6096100e26a7e567cfac /include/configs/astro_mcf5373l.h | |
parent | e5d3078622551a48a6b4e5ea9a61e507811bfa97 (diff) |
Fix typo: commmand -> command.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/astro_mcf5373l.h')
-rw-r--r-- | include/configs/astro_mcf5373l.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h index 860615119c..828bc601aa 100644 --- a/include/configs/astro_mcf5373l.h +++ b/include/configs/astro_mcf5373l.h @@ -57,7 +57,7 @@ #define ENABLE_JFFS 1 #endif -/* Define which commmands should be available at u-boot command prompt */ +/* Define which commands should be available at u-boot command prompt */ #define CONFIG_CMD_CACHE #define CONFIG_CMD_DATE |