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 <[email protected]> AuthorDate: 2022-04-08 19:04:44 +0000 Commit: Gordon Bergling <[email protected]> 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 */
