Date: Thu, 26 Aug 2021 15:16:30 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 58d868c88d21 - main - sound(4): Fix some common typos in comments Message-ID: <202108261516.17QFGULJ035444@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=58d868c88d21b46d3d6d40a2920e7ba8996723b8 commit 58d868c88d21b46d3d6d40a2920e7ba8996723b8 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-08-26 15:15:55 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-08-26 15:15:55 +0000 sound(4): Fix some common typos in comments - s/doens't/doesn't/ - s/apropriate/appropriate/ - s/intepretation/interpretation/ MFC after: 5 days --- sys/dev/sound/midi/sequencer.c | 4 ++-- sys/dev/sound/pcm/feeder_chain.c | 2 +- sys/dev/sound/pcm/feeder_matrix.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c index ed8ba6dde699..6c80b3ec261c 100644 --- a/sys/dev/sound/midi/sequencer.c +++ b/sys/dev/sound/midi/sequencer.c @@ -894,7 +894,7 @@ mseq_read(struct cdev *i_dev, struct uio *uio, int ioflag) /* * I think the semantics are to return as soon * as possible. - * Second thought, it doens't seem like midimoutain + * Second thought, it doesn't seem like midimoutain * expects that at all. * TODO: Look up in some sort of spec */ @@ -1441,7 +1441,7 @@ mseq_poll(struct cdev *i_dev, int events, struct thread *td) ret = 0; - /* Look up the apropriate queue and select it. */ + /* Look up the appropriate queue and select it. */ if ((events & (POLLOUT | POLLWRNORM)) != 0) { /* Start playing. */ scp->playing = 1; diff --git a/sys/dev/sound/pcm/feeder_chain.c b/sys/dev/sound/pcm/feeder_chain.c index 73922ab55396..b2d48abd71d1 100644 --- a/sys/dev/sound/pcm/feeder_chain.c +++ b/sys/dev/sound/pcm/feeder_chain.c @@ -652,7 +652,7 @@ feeder_chain(struct pcm_channel *c) } /* - * The 'hardware' possibly have different intepretation of channel + * The 'hardware' possibly have different interpretation of channel * matrixing, so get it first ..... */ hwmatrix = CHANNEL_GETMATRIX(c->methods, c->devinfo, hwfmt); diff --git a/sys/dev/sound/pcm/feeder_matrix.c b/sys/dev/sound/pcm/feeder_matrix.c index 7d965860f886..c6a65113574a 100644 --- a/sys/dev/sound/pcm/feeder_matrix.c +++ b/sys/dev/sound/pcm/feeder_matrix.c @@ -699,7 +699,7 @@ feeder_matrix_compare(struct pcmchan_matrix *m_in, struct pcmchan_matrix *m_out) } /* - * XXX 4front intepretation of "surround" is ambigous and sort of + * XXX 4front interpretation of "surround" is ambigous and sort of * conflicting with "rear"/"back". Map it to "side". Well.. * who cares? */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108261516.17QFGULJ035444>