From nobody Sun Nov 28 11:43:51 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 986E118AF348; Sun, 28 Nov 2021 11:43:53 +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 4J267r1M0kz4gx7; Sun, 28 Nov 2021 11:43:52 +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 E07B763F2; Sun, 28 Nov 2021 11:43:51 +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 1ASBhpWC026342; Sun, 28 Nov 2021 11:43:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ASBhpTM026341; Sun, 28 Nov 2021 11:43:51 GMT (envelope-from git) Date: Sun, 28 Nov 2021 11:43:51 GMT Message-Id: <202111281143.1ASBhpTM026341@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: 18e627e9c753 - stable/13 - ppbus(4): Fix a typo in 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: 18e627e9c753684d6543f492c4d05caa282aaa56 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638099832; 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=Bo/hyK3q9EnketJk8KnlGVfO2VlKath8eY//GNX0BV4=; b=NqnXrQqG+ZxBbnBqeQdTDFKoCJzoMHAA/8CYOFd06lw1T0P4LCx0JANedfFd7+BmTldgtq Ef5eLk2+lDPh6CuSTrLV3AVQfSMz7tHNdmD/STd+9QWlxVzD63nAz12iDU32+JMFBPHM4S lFEYg8Dg+wM4t6syzVQYUP8oZdtsMX4L8uJYMhxpo+FJJ04cTYEzwz9qSM4gVwvk3tXXtW OPszjXo6Hi1fN6u5jUgDeW8aXYYjRIM1VKTCPB48NA/3tUgfvZQh1W9SPC/QyoSa+q7MlM V7rVRNTchX52Cr7FMh5bYE02IYfw1lNEbwIjs9EKy33JDNdk6+ZJFsXsfFv9HQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638099832; a=rsa-sha256; cv=none; b=e66qXEpYC393aWtHJWXe/Q99htrTi+EQL4SXGge4fduWbNZfneaOmkjHDzVNueqfQtDagF Hm6fllH7Q65ZphbETU/3LIc0DvlikH/x+wZelw0hgJzHWqI6KTxMJidsMnQMOWSBbzM+Fq 6E3elXpOG/QA12emdrP8/A5Ut4U8+AASChYWP4mhcOUuwfelIX3WX8KoOxvhhIV7Qn8HBc twbnCtGB75k4T/++YJNiWW47UpjhkmXrZDmgtUYMlF3uMuGzzDrPyQg8aFz1zQrZ8av+Rz 2VKZ4wRbl0F/CRSZMvGMjH7IcpjaZbq3dVhtAPNt5J+ereOqHQarMFQjzeKRpg== 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=18e627e9c753684d6543f492c4d05caa282aaa56 commit 18e627e9c753684d6543f492c4d05caa282aaa56 Author: Gordon Bergling AuthorDate: 2021-11-19 18:19:36 +0000 Commit: Gordon Bergling CommitDate: 2021-11-28 11:43:11 +0000 ppbus(4): Fix a typo in source code comment - s/quering/querying/ Obtained from: NetBSD (cherry picked from commit 975e2e3f84b0b7425185c9bb43722da779e8cd98) --- sys/dev/ppbus/ppb_1284.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ppbus/ppb_1284.c b/sys/dev/ppbus/ppb_1284.c index 5752e4599a8d..52dfb27931ed 100644 --- a/sys/dev/ppbus/ppb_1284.c +++ b/sys/dev/ppbus/ppb_1284.c @@ -737,7 +737,7 @@ ppb_1284_negociate(device_t bus, int mode, int options) goto error; } - /* Event 7 - quering result consider nACK not to misunderstand + /* Event 7 - querying result consider nACK not to misunderstand * a remote computer terminate sequence */ if (options & PPB_EXTENSIBILITY_LINK) { /* XXX not fully supported yet */