git: d34632a235dc - main - sound(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Dec 2021 09:19:07 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d34632a235dc4cb1b4f89e5dd570a6a53f0117ce commit d34632a235dc4cb1b4f89e5dd570a6a53f0117ce Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-12-22 09:18:35 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-12-22 09:18:35 +0000 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 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 \