]> err.no Git - linux-2.6/blobdiff - drivers/media/video/em28xx/em28xx-core.c
V4L/DVB (3431): fixed spelling error, exectuted --> executed.
[linux-2.6] / drivers / media / video / em28xx / em28xx-core.c
index dff3893f32fdaa18d940f5309bd18354dbc8b3e5..82f0c5fb24171437eb630e39ebd5b9b0d3b19cbe 100644 (file)
@@ -253,7 +253,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;
 }