diff options
author | Michael Jones <michael.jones@matrix-vision.de> | 2011-07-14 22:09:28 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-28 16:32:50 +0200 |
commit | f9a78b8d4f1e9b42eb0563029a22fd6c34390088 (patch) | |
tree | e95431fbf3f91d2b25a9c10b12d856dcb6f6374c /common/cmd_i2c.c | |
parent | 857d9ea67a4d70baf88a4495f8b70fef9f626ddc (diff) | |
download | u-boot-imx-f9a78b8d4f1e9b42eb0563029a22fd6c34390088.zip u-boot-imx-f9a78b8d4f1e9b42eb0563029a22fd6c34390088.tar.gz u-boot-imx-f9a78b8d4f1e9b42eb0563029a22fd6c34390088.tar.bz2 |
cosmetic: spell fixes etc.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'common/cmd_i2c.c')
-rw-r--r-- | common/cmd_i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c index d913e13..3ea75f7 100644 --- a/common/cmd_i2c.c +++ b/common/cmd_i2c.c @@ -1397,8 +1397,8 @@ static int i2c_mux_get_busid (void) return tmp; } -/* Analyses a Muxstring and sends immediately the - Commands to the Muxes. Runs from Flash. +/* Analyses a Muxstring and immediately sends the + commands to the muxes. Runs from flash. */ int i2c_mux_ident_muxstring_f (uchar *buf) { |