]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/pci/ice1712/wm8766.c
scripts/spelling.txt: add "an union" pattern and fix typo instances
[mirror_ubuntu-artful-kernel.git] / sound / pci / ice1712 / wm8766.c
index f7ac8d5e862cf9b0e861ad790095c2d2295dc807..27c03e40c9b1b96eab2c6c94ba9a0d3789bafd93 100644 (file)
@@ -254,7 +254,7 @@ static int snd_wm8766_ctl_put(struct snd_kcontrol *kcontrol,
        int n = kcontrol->private_value;
        u16 val, regval1, regval2;
 
-       /* this also works for enum because value is an union */
+       /* this also works for enum because value is a union */
        regval1 = ucontrol->value.integer.value[0];
        regval2 = ucontrol->value.integer.value[1];
        if (wm->ctl[n].flags & WM8766_FLAG_INVERT) {