Date: Sat, 25 Dec 2021 10:42:45 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: 71e9a7a29af2 - stable/12 - sound(4): Fix a typo in a source code comment Message-ID: <202112251042.1BPAgjgi010490@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=71e9a7a29af29b8228af7b9d44cfac4e68f80109 commit 71e9a7a29af29b8228af7b9d44cfac4e68f80109 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:41:54 +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 ecf89df4c9a2..a6f8ab209ca2 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -1627,7 +1627,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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112251042.1BPAgjgi010490>