git: 70311ccffc2f - main - sound(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 10:11:18 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=70311ccffc2f9233cc4c3db1bb706f0566d6818d commit 70311ccffc2f9233cc4c3db1bb706f0566d6818d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 10:11:06 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-04 10:11:06 +0000 sound(4): Fix a typo in a source code comment - s/alltogether/altogether/ MFC after: 3 days --- sys/dev/sound/pcm/feeder_matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pcm/feeder_matrix.c b/sys/dev/sound/pcm/feeder_matrix.c index d4925fe0d7e6..576136ce30b3 100644 --- a/sys/dev/sound/pcm/feeder_matrix.c +++ b/sys/dev/sound/pcm/feeder_matrix.c @@ -308,7 +308,7 @@ feed_matrix_setup(struct feed_matrix_info *info, struct pcmchan_matrix *m_in, /* * If both in and out are part of standard matrix and identical, skip - * everything alltogether. + * everything altogether. */ if (m_in->id == m_out->id && !(m_in->id < SND_CHN_MATRIX_BEGIN || m_in->id > SND_CHN_MATRIX_END))