diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-02 08:50:03 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-09 06:31:01 +0000 |
commit | 32c16fc027955c714cb8ed610f347bed3ddfaffe (patch) | |
tree | acf659c0cf240664856358ab750a632cd1585237 | |
parent | 2bf0fa7d3957f21481f7687cc7ed1c1608877d93 (diff) | |
download | src-32c16fc027955c714cb8ed610f347bed3ddfaffe.tar.gz src-32c16fc027955c714cb8ed610f347bed3ddfaffe.zip |
sound(4): Fix a typo in a source code comment
- s/immediatly/immediately/
(cherry picked from commit 24498b53eff4f770e06d1dc1a1cba549b7cbaac6)
-rw-r--r-- | sys/dev/sound/midi/sequencer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |