The branch stable/13 has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4ff689d0017b6cbe506a26d37d49a75e8171fc7b

commit 4ff689d0017b6cbe506a26d37d49a75e8171fc7b
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2022-04-02 08:50:03 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2022-04-09 06:06:52 +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 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

Reply via email to