From nobody Sat Dec 25 10:42:45 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 3061919162DB; Sat, 25 Dec 2021 10:42:46 +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 4JLgVs5xVpz4cCf; Sat, 25 Dec 2021 10:42:45 +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 AB614159CF; Sat, 25 Dec 2021 10:42:45 +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 1BPAgjHQ010491; Sat, 25 Dec 2021 10:42:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BPAgjgi010490; Sat, 25 Dec 2021 10:42:45 GMT (envelope-from git) Date: Sat, 25 Dec 2021 10:42:45 GMT Message-Id: <202112251042.1BPAgjgi010490@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: 71e9a7a29af2 - stable/12 - 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/12 X-Git-Reftype: branch X-Git-Commit: 71e9a7a29af29b8228af7b9d44cfac4e68f80109 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640428965; 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=hxaJK1yLhS+O+OF1bDOh0L1byR5UL8h7t1BbQ9+OjZo=; b=aAZD6u/R8oNXzK660XWd+SMcP+CF76GLyQzM6RkuPasAQHElBzOVNPDEBXv1/AznMzHonr dN7+3HNq/ezWWArPfX+5o6YGUC4UFg/7UtGfdIPJGbybvCumhhIjViZwnQoCYcDgOnDYXW yhg6wKgCj/GMW2TcqAd89zImOCC3WGY/xUG2EbNxixef0Ea87zjIUyoMaoybbgizheAWcm iU+XQxH9xtrPp1ekFV/rZnyw4lB3e5nKdO7PDKIBR0lqqaGlQL/iBvlyKka6gfVbA/Qagy kCo/jZmozxX1v2FkVsWD/1WyzsK9LPeik02PSWGvCPg71zGc3PGLzmCrKi43SA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640428965; a=rsa-sha256; cv=none; b=FG7R0bW8fAgICy8yaHTrsbIc3V1yusnuszenV3R5BmBAEL4/ljL1MioYsKexNvrENoBkYk 5PQf/PmKs/avlZOLZA3clDQQQb+Iibf+zOd9TBbp7H5k3s1uxbbxg8eHko5uJjNaydgAMO pPBSkEyjbbw42hc+hoFyOeCVt2L5PPUoqjpnGtIlU/Q3spZeVvOcE1YahRNwp8dSYG8YDV jF+g7f9HFplxd2+snS5+Wc1zsSXr/tt+SuHQPokWGTBVO4WGCYjdqnBxMnh5G35/d4piQy NCzn8U/1BagjBIGfheVPQek/CZsy+s+jQC8mD6DyG1IDR7I27CM0oEc0o1OMFg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N 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 AuthorDate: 2021-12-22 09:18:35 +0000 Commit: Gordon Bergling 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 \