git: 24498b53eff4 - main - sound(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 08:50:23 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=24498b53eff4f770e06d1dc1a1cba549b7cbaac6 commit 24498b53eff4f770e06d1dc1a1cba549b7cbaac6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:50:03 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 08:50:03 +0000 sound(4): Fix a typo in a source code comment - s/immediatly/immediately/ MFC after: 3 days --- 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 6c80b3ec261c..a351cca89999 100644 --- a/sys/dev/sound/midi/sequencer.c +++ b/sys/dev/sound/midi/sequencer.c @@ -1092,7 +1092,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