sound(4): Fix a typo in a source code comment

- s/exisitng/existing/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 14:40:10 +02:00
parent 942e8cab8c
commit 0ce9617620

View File

@ -3711,7 +3711,7 @@ hdaa_audio_adddac(struct hdaa_devinfo *devinfo, int asid)
asid, as->index);
);
/* Find the exisitng DAC position and return if found more the one. */
/* Find the existing DAC position and return if found more the one. */
pos = -1;
for (i = 0; i < 16; i++) {
if (as->dacs[0][i] <= 0)