git: 56cb816fb74b - stable/13 - sound(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 25 Dec 2021 10:41:13 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=56cb816fb74bffc498afd0c5bedd12037f020f5c

commit 56cb816fb74bffc498afd0c5bedd12037f020f5c
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-12-22 09:18:35 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-25 10:40:16 +0000

    sound(4): Fix a typo in a source code comment
    
    - s/aggresively/aggressively/
    
    (cherry picked from commit d34632a235dc4cb1b4f89e5dd570a6a53f0117ce)
---
 sys/dev/sound/pcm/channel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c
index 4d56eee6847e..9574697f8656 100644
--- a/sys/dev/sound/pcm/channel.c
+++ b/sys/dev/sound/pcm/channel.c
@@ -1703,7 +1703,7 @@ round_blksz(u_int32_t v, int round)
  * balanced performance for typical workload. Anything below 5 will
  * eat up CPU to keep up with increasing context switches because of
  * shorter buffer space and usually require the application to handle it
- * aggresively through possibly real time programming technique.
+ * aggressively through possibly real time programming technique.
  *
  */
 #define CHN_LATENCY_PBLKCNT_REF				\