git: 790b5264886e - main - mixer(3): Fix spelling in comment.

From: Hans Petter Selasky <hselasky_at_FreeBSD.org>
Date: Sun, 24 Oct 2021 17:38:25 UTC
The branch main has been updated by hselasky:

URL: https://cgit.FreeBSD.org/src/commit/?id=790b5264886e581e995fc3b8fa45ca4ab4ffd31c

commit 790b5264886e581e995fc3b8fa45ca4ab4ffd31c
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2021-10-18 14:03:17 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2021-10-24 17:37:17 +0000

    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
---
 lib/libmixer/mixer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libmixer/mixer.c b/lib/libmixer/mixer.c
index 4bae6980c1c4..1a448d222bb7 100644
--- a/lib/libmixer/mixer.c
+++ b/lib/libmixer/mixer.c
@@ -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)