aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 08:50:03 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 06:31:01 +0000
commit32c16fc027955c714cb8ed610f347bed3ddfaffe (patch)
treeacf659c0cf240664856358ab750a632cd1585237
parent2bf0fa7d3957f21481f7687cc7ed1c1608877d93 (diff)
downloadsrc-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.c2
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