sound: fixed typos
[deliverable/linux.git] / sound / pci / au88x0 / au88x0_mixer.c
index c92f493d341e266c36b870f116aaf6adb9ef48a7..557c782ae4fc8caca953c1ec85111b0179066b48 100644 (file)
@@ -23,7 +23,7 @@ static int __devinit snd_vortex_mixer(vortex_t * vortex)
        if ((err = snd_ac97_bus(vortex->card, 0, &ops, NULL, &pbus)) < 0)
                return err;
        memset(&ac97, 0, sizeof(ac97));
-       // Intialize AC97 codec stuff.
+       // Initialize AC97 codec stuff.
        ac97.private_data = vortex;
        ac97.scaps = AC97_SCAP_NO_SPDIF;
        err = snd_ac97_mixer(pbus, &ac97, &vortex->codec);
This page took 0.027092 seconds and 5 git commands to generate.