git: 32c16fc02795 - stable/12 - sound(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:33:59 UTC
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