From nobody Sat Dec 25 10:41:13 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 244461915CBC; Sat, 25 Dec 2021 10:41:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JLgT56CgJz4bSH; Sat, 25 Dec 2021 10:41:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5A9315C5A; Sat, 25 Dec 2021 10:41:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BPAfDRp006914; Sat, 25 Dec 2021 10:41:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BPAfDaE006913; Sat, 25 Dec 2021 10:41:13 GMT (envelope-from git) Date: Sat, 25 Dec 2021 10:41:13 GMT Message-Id: <202112251041.1BPAfDaE006913@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 56cb816fb74b - stable/13 - sound(4): Fix a typo in a source code comment List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: 56cb816fb74bffc498afd0c5bedd12037f020f5c Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640428873; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=fMSA1LAYpazjdSKRuwKbzv1cRIMLZmiZvXr5ggjvVnA=; b=j4wUx8fst/A1NaGCFlvYehgEHzxHCT7j9KPFp/8B26Vyq7RbFwknW3MkoxQR71vzEV3hQS Kv+VtkSlWI98xBNvqeG3oo0+QTgoGrF9uc7g9/gPkh7LzrtPJU1WuNP8Nzkxvwi7rzTIX2 jQUEpr9U2b9qaOkxuXGaCoMAuhiBnGgR48wr/xsrMqMKRrXhMr1SZ9NQa6o+K9A+iLC+vs APONTyo+iMzxdaQbqNLXwpFGDeIF3MP+1bb3mNfNQq8QUvQbdQxc8/9z62uanv9JcD6WLE 7uodAEWAb57wb0eU2QOiy1QQPQJ8dOiVBmJum4nKRVj9DiNnsmjteaVW0ZPLLA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640428873; a=rsa-sha256; cv=none; b=jcia7mVztkg1o5wGYqk3ocAoo0SMEkWqVbwdr+djzJoxe2Bq+wb7VUIeICfLB5vtwjz1Ux KqVhVpKfG5xGvJ9VuQGaoYLdTc+bMfSkMvdujYAxluIj75oLS1wP9k28VRsD/jvVOPkF74 mWTFPl+V2ar1Y0lGdbArw/+opURbvOxn+yiA5ZeW88YtLMHtQiCnVnQ4XfdSucsGriYPRq AG1hyF64nDvn1oiXmt/1u3kcy/VI099fh8YUFCY6xqAjZxpJMs8tXh9v9fFzNlHY6ouo6y DYr5An47MgMpJE4cNoVDv2Wh3qGnMxDanYwafEFah3Ro+wYHrY09Ln6g+dbObg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N 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 AuthorDate: 2021-12-22 09:18:35 +0000 Commit: Gordon Bergling 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 \