Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 06:14:37 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4ff689d0017b - stable/13 - sound(4): Fix a typo in a source code comment
Message-ID:  <202204090614.2396EbEo033866@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 08:50:03 +0000
Commit:     Gordon Bergling <gbe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090614.2396EbEo033866>