Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:45:18 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4b588194de00 - stable/12 - sound(4): Fix a typo in a source code comment
Message-ID:  <202204140645.23E6jILE097110@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit 4b588194de001163459f6a56be3fac8d92fb7eb2
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-08 19:04:44 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:38:39 +0000

    sound(4): Fix a typo in a source code comment
    
    - s/Miscellanious/Miscellaneous/
    
    (cherry picked from commit 35fbe62477855c3c2edad0d2b5b23459265806b8)
---
 sys/dev/sound/pci/hda/hdac.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/sound/pci/hda/hdac.h b/sys/dev/sound/pci/hda/hdac.h
index f765bf61cb1a..cc3f020aed69 100644
--- a/sys/dev/sound/pci/hda/hdac.h
+++ b/sys/dev/sound/pci/hda/hdac.h
@@ -34,7 +34,7 @@
 #include "hdac_if.h"
 
 /****************************************************************************
- * Miscellanious defines
+ * Miscellaneous defines
  ****************************************************************************/
 
 /* Controller models */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140645.23E6jILE097110>