Date: Sat, 9 Apr 2022 06:33:59 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: 32c16fc02795 - stable/12 - sound(4): Fix a typo in a source code comment Message-ID: <202204090633.2396Xx6a062669@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=32c16fc027955c714cb8ed610f347bed3ddfaffe commit 32c16fc027955c714cb8ed610f347bed3ddfaffe Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:50:03 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:31:01 +0000 sound(4): Fix a typo in a source code comment - s/immediatly/immediately/ (cherry picked from commit 24498b53eff4f770e06d1dc1a1cba549b7cbaac6) --- sys/dev/sound/midi/sequencer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c index 0dbdf3c6d4b6..c3a3b094f32d 100644 --- a/sys/dev/sound/midi/sequencer.c +++ b/sys/dev/sound/midi/sequencer.c @@ -1094,7 +1094,7 @@ mseq_write(struct cdev *i_dev, struct uio *uio, int ioflag) /* * For now, try to make midimoutain work by * forcing these events to be processed - * immediatly. + * immediately. */ seq_processevent(scp, event); } else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090633.2396Xx6a062669>