sound(4): Fix a typo in a source code comment

- s/immediatly/immediately/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 10:50:03 +02:00
parent 5c0b62dcfc
commit 24498b53ef

View File

@ -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