]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/isa/opl3sa2.c
tree-wide: fix comment/printk typos
[mv-sheeva.git] / sound / isa / opl3sa2.c
index 265abcce9dba24ec1953101cfc721f5ad51c3241..9b915e27b5bd7d422e3b9defd39b3c921795e5cf 100644 (file)
@@ -264,7 +264,7 @@ static int __devinit snd_opl3sa2_detect(struct snd_card *card)
                snd_printd("OPL3-SA [0x%lx] detect (1) = 0x%x (0x%x)\n", port, tmp, tmp1);
                return -ENODEV;
        }
-       /* try if the MIC register is accesible */
+       /* try if the MIC register is accessible */
        tmp = snd_opl3sa2_read(chip, OPL3SA2_MIC);
        snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x8a);
        if (((tmp1 = snd_opl3sa2_read(chip, OPL3SA2_MIC)) & 0x9f) != 0x8a) {