The branch stable/12 has been updated by gbe (doc committer):

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

commit b8445f168eede5db8985cf17f95078040e307940
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-02 12:40:10 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-04-09 06:32:29 +0000

    sound(4): Fix a typo in a source code comment
    
    - s/exisitng/existing/
    
    (cherry picked from commit 0ce9617620987bd9d4ddd408c892af6aae19f78c)
---
 sys/dev/sound/pci/hda/hdaa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c
index 91e9a65457d4..c57b18bcaa5f 100644
--- a/sys/dev/sound/pci/hda/hdaa.c
+++ b/sys/dev/sound/pci/hda/hdaa.c
@@ -3713,7 +3713,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)

Reply via email to