From nobody Fri Dec 3 15:58:05 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 8E56118BA82B; Fri, 3 Dec 2021 15:58:07 +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 4J5HXt3bqtz3hbQ; Fri, 3 Dec 2021 15:58:06 +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 BBF6113B34; Fri, 3 Dec 2021 15:58:05 +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 1B3Fw5SG063154; Fri, 3 Dec 2021 15:58:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B3Fw5Oe063153; Fri, 3 Dec 2021 15:58:05 GMT (envelope-from git) Date: Fri, 3 Dec 2021 15:58:05 GMT Message-Id: <202112031558.1B3Fw5Oe063153@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: 6d7ef1525e9d - stable/12 - ficl: Fix a typo in a 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: 6d7ef1525e9d276b917ef250ac2c7b64ace78857 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638547086; 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=3dxBPu9MUwEIl9z+Dc65jKtuVuwBvH+YxONGAasQGHI=; b=fxzNIRv0TKsJPP2G0y+o9IxsfYppzzo2OWX4q08Ta13z0C3hv6N6FSgPxWR2N79ZejN1sT 16Y/d5r+6mwNA1RGTobhsv+5c+l1lHWCbmVPeqSJMKX5Ahps8pCeI+EYC1ltjMEgphoyZ0 z4BQdRW3RiK0b8C7JQknAnd2VDfnYQqTfQjiCI1fPcj+up+bdK6pKH0iHmRC6gtnwawag7 blXdUgiicUxoYuWvvEUr2JhIU+h8eIT1KHXC4p/7jnlAjCbu9ErYGidMMs9VDNTeyCFq/v mKNM6u8k0xdXWmLNicDgPdmYem94Ldgi+mNDhiKuO6d4ezc4wHK+33pwsiyxLw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638547086; a=rsa-sha256; cv=none; b=CApzjEml4951p5K2VijVOptgpvPJBn0PBpNegIjYXdMhcDg8DRaoBWb+n2z8FhnK96C8cs lj6Z8Xhtm5OGYMAVvHGRF9i+2vmL719DY6rED0/KHyI29IGDN+gQRgcAkFXiu0E4KJUry/ lEbaZLP3KV0cpmbsowdCcGbxIUOtAhYARH/Q6kknzj3bcdIOCH6MzTsDvArAkbns5J2A5v 5g3BiL0Y+o44/ZVh+VmtG8jdTnMDdFu5EpSlkVVNg7rwFK2NhAK3SFK/dBFfTJtHgdW5vk 09cumIgtAg8PP3fve+3mb0MEKkTO5VN4Ff7ixwK5aJItifCbByb1M7qmpXqyaA== 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=6d7ef1525e9d276b917ef250ac2c7b64ace78857 commit 6d7ef1525e9d276b917ef250ac2c7b64ace78857 Author: Gordon Bergling AuthorDate: 2021-11-30 09:36:29 +0000 Commit: Gordon Bergling CommitDate: 2021-12-03 15:56:13 +0000 ficl: Fix a typo in a comment - s/segement/segment/ (cherry picked from commit 54c1a65736ec012b583ade1d53c477e182c574e4) --- stand/ficl/float.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/ficl/float.c b/stand/ficl/float.c index b6cda150df8a..dfd1456c8dac 100644 --- a/stand/ficl/float.c +++ b/stand/ficl/float.c @@ -810,7 +810,7 @@ static void ToF(FICL_VM *pVM) /************************************************************************** F l o a t P a r s e S t a t e -** Enum to determine the current segement of a floating point number +** Enum to determine the current segment of a floating point number ** being parsed. **************************************************************************/ #define NUMISNEG 1