Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 12:34:07 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: a9d1abf00edd - stable/13 - sound(4): Fix a typo in a source code comment
Message-ID:  <202206101234.25ACY7aT023695@gitrepo.freebsd.org>

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

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

commit a9d1abf00edd87558e384af9c2927f2d9df131de
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:28:55 +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 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))



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