diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-07-13 11:27:58 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-07-19 11:09:52 +0200 |
commit | 25d1fbfdd98e6547f2ba3e36787f20d251019591 (patch) | |
tree | f34fc0542bd7651508fe6594861a2bf38e5b4434 /sound/soc/imx/imx-ssi.c | |
parent | 9d910c9bcb4c3164d582ec3283fff5000c4f0d75 (diff) |
fix comment typos concerning "challenge"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/soc/imx/imx-ssi.c')
-rw-r--r-- | sound/soc/imx/imx-ssi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-ssi.c b/sound/soc/imx/imx-ssi.c index 80b4fee2442b..4fd13d0791b8 100644 --- a/sound/soc/imx/imx-ssi.c +++ b/sound/soc/imx/imx-ssi.c @@ -23,7 +23,7 @@ * between pcm data and GPIO status data changes. Our FIQ handler is not * able to handle this, hence this driver only works with 48000Hz sampling * rate. - * Reading and writing AC97 registers is another challange. The core + * Reading and writing AC97 registers is another challenge. The core * provides us status bits when the read register is updated with *another* * value. When we read the same register two times (and the register still * contains the same value) these status bits are not set. We work |