git: 39d6ab974672 - stable/12 - sound(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:45:58 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=39d6ab974672c1c03b6fc2741f1ce29faf330420 commit 39d6ab974672c1c03b6fc2741f1ce29faf330420 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 10:11:06 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:39:38 +0000 sound(4): Fix a typo in a source code comment - s/alltogether/altogether/ (cherry picked from commit 70311ccffc2f9233cc4c3db1bb706f0566d6818d) --- 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 c0dec6415b7b..78972e31e36d 100644 --- a/sys/dev/sound/pcm/feeder_matrix.c +++ b/sys/dev/sound/pcm/feeder_matrix.c @@ -309,7 +309,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))