From d34632a235dc4cb1b4f89e5dd570a6a53f0117ce Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Wed, 22 Dec 2021 10:18:35 +0100 Subject: [PATCH] sound(4): Fix a typo in a source code comment - s/aggresively/aggressively/ MFC after: 3 days --- 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 4d56eee6847..9574697f865 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 \ -- 2.45.0