]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/pci/ice1712/wm8776.c
scripts/spelling.txt: add "an union" pattern and fix typo instances
[mirror_ubuntu-artful-kernel.git] / sound / pci / ice1712 / wm8776.c
index ebd2fe4b4a57c4e25b5905d741602ba8ef58ca9b..553669b103c24d75516666169522b65e582d465f 100644 (file)
@@ -528,7 +528,7 @@ static int snd_wm8776_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 & WM8776_FLAG_INVERT) {