The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=35fbe62477855c3c2edad0d2b5b23459265806b8
commit 35fbe62477855c3c2edad0d2b5b23459265806b8 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-04-08 19:04:44 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-04-09 07:23:37 +0000 sound(4): Fix a typo in a source code comment - s/Miscellanious/Miscellaneous/ MFC after: 3 days --- 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 ee6f14877c2e..802e2e8f4ec4 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 */
