From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58552 invoked by alias); 13 Aug 2019 11:31:15 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 58149 invoked by uid 9795); 13 Aug 2019 11:31:15 -0000 Date: Tue, 13 Aug 2019 11:31:00 -0000 Message-ID: <20190813113115.58137.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jon TURNEY To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] fenv: Fix typo-ed variable name in documentation X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: 5624c18785e456efd730be55aeaad5e9dd4cf3b5 X-Git-Newrev: b2990cae9e94ccf7f447f961fc9b6e1d7da66235 X-SW-Source: 2019-q3/txt/msg00023.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b2990cae9e94ccf7f447f961fc9b6e1d7da66235 commit b2990cae9e94ccf7f447f961fc9b6e1d7da66235 Author: Jon Turney Date: Mon Aug 12 19:24:54 2019 +0100 fenv: Fix typo-ed variable name in documentation Diff: --- 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 c8f4b2e..3f75658 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