From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42671 invoked by alias); 12 Aug 2019 18:30:58 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 42619 invoked by uid 89); 12 Aug 2019 18:30:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:579, HContent-Transfer-Encoding:8bit X-HELO: re-prd-fep-042.btinternet.com Received: from mailomta18-re.btinternet.com (HELO re-prd-fep-042.btinternet.com) (213.120.69.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Aug 2019 18:30:56 +0000 Received: from re-prd-rgout-003.btmx-prd.synchronoss.net ([10.2.54.6]) by re-prd-fep-042.btinternet.com with ESMTP id <20190812183054.VTNA1367.re-prd-fep-042.btinternet.com@re-prd-rgout-003.btmx-prd.synchronoss.net>; Mon, 12 Aug 2019 19:30:54 +0100 Authentication-Results: btinternet.com; none X-OWM-Source-IP: 31.51.206.190 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean Received: from localhost.localdomain (31.51.206.190) by re-prd-rgout-003.btmx-prd.synchronoss.net (5.8.335.01) (authenticated as jonturney@btinternet.com) id 5D3F8DB101A0263E; Mon, 12 Aug 2019 19:30:54 +0100 From: Jon Turney To: newlib@sourceware.org Cc: Jon Turney Subject: [PATCH 3/4] fenv: Fix typo-ed variable name in documentation Date: Mon, 12 Aug 2019 18:31:00 -0000 Message-Id: <20190812183037.55230-4-jon.turney@dronecode.org.uk> In-Reply-To: <20190812183037.55230-1-jon.turney@dronecode.org.uk> References: <20190812183037.55230-1-jon.turney@dronecode.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2019/txt/msg00462.txt.bz2 --- newlib/libm/fenv/feraiseexcept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libm/fenv/feraiseexcept.c b/newlib/libm/fenv/feraiseexcept.c index c8f4b2efb..3f756589c 100644 --- a/newlib/libm/fenv/feraiseexcept.c +++ b/newlib/libm/fenv/feraiseexcept.c @@ -43,7 +43,7 @@ SYNOPSIS DESCRIPTION This method attempts to raise the floating-point exceptions specified -in <[except]>. +in <[excepts]>. RETURNS If the <[excepts]> argument is zero or all requested exceptions were -- 2.21.0