summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2006-01-22 19:23:01 +0000
committerMichael Krufky <devnull@localhost>2006-01-22 19:23:01 +0000
commit3109a3c9dd6b5c9bde1a8246e5127e944f0c5a5e (patch)
tree3b175ec43c6d788f93ccafd887f17885cfeb3187 /linux/drivers/media
parente1d22a7d5a8fd38c547b85853b626b6c504f28ee (diff)
downloadmediapointer-dvb-s2-3109a3c9dd6b5c9bde1a8246e5127e944f0c5a5e.tar.gz
mediapointer-dvb-s2-3109a3c9dd6b5c9bde1a8246e5127e944f0c5a5e.tar.bz2
fixed spelling error, exectuted --> executed.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-core.c b/linux/drivers/media/video/em28xx/em28xx-core.c
index c0b29d02a..b78449f2a 100644
--- a/linux/drivers/media/video/em28xx/em28xx-core.c
+++ b/linux/drivers/media/video/em28xx/em28xx-core.c
@@ -303,7 +303,7 @@ int em28xx_write_ac97(struct em28xx *dev, u8 reg, u8 * val)
if ((ret = em28xx_read_reg(dev, AC97BUSY_REG)) < 0)
return ret;
else if (((u8) ret) & 0x01) {
- em28xx_warn ("AC97 command still being exectuted: not handled properly!\n");
+ em28xx_warn ("AC97 command still being executed: not handled properly!\n");
}
return 0;
}