mixer(3): Fix spelling in comment.

s/MIX_STATUS_XXX/MIX_MODE_XXX/g

Differential Revision:	https://reviews.freebsd.org/D32548
Submitted by:	christos@
Sponsored by:	NVIDIA Networking
This commit is contained in:
Hans Petter Selasky 2021-10-18 16:03:17 +02:00
parent fd8ad2128d
commit 790b526488

View File

@ -455,7 +455,7 @@ mixer_set_dunit(struct mixer *m, int unit)
/*
* Get sound device mode (none, play, rec, play+rec). Userland programs can
* use the MIX_STATUS_* flags to determine the mode of the device.
* use the MIX_MODE_* flags to determine the mode of the device.
*/
int
mixer_get_mode(int unit)