From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37259 invoked by alias); 3 Sep 2019 14:54:33 -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 37242 invoked by uid 9172); 3 Sep 2019 14:54:33 -0000 Date: Tue, 03 Sep 2019 14:54:00 -0000 Message-ID: <20190903145433.37241.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joel Sherrill To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] fe_dfl_env.c: Fix typo in comment X-Act-Checkin: newlib-cygwin X-Git-Author: Joel Sherrill X-Git-Refname: refs/heads/master X-Git-Oldrev: c7113713845eaf31cbc44bdf12b2001414c92cbb X-Git-Newrev: 1082cd8ea270ce33bbcb64d4bc96fa36351184c7 X-SW-Source: 2019-q3/txt/msg00032.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1082cd8ea270ce33bbcb64d4bc96fa36351184c7 commit 1082cd8ea270ce33bbcb64d4bc96fa36351184c7 Author: Joel Sherrill Date: Wed Aug 28 12:22:41 2019 -0500 fe_dfl_env.c: Fix typo in comment Diff: --- newlib/libm/fenv/fe_dfl_env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libm/fenv/fe_dfl_env.c b/newlib/libm/fenv/fe_dfl_env.c index 0606327..a52cd45 100644 --- a/newlib/libm/fenv/fe_dfl_env.c +++ b/newlib/libm/fenv/fe_dfl_env.c @@ -32,7 +32,7 @@ * This is a non-functional implementation that should be overridden * by an architecture specific implementation in newlib/libm/machine/ARCH. * - * The implementation must defined FE_DFL_ENV to point to a default + * The implementation must define FE_DFL_ENV to point to a default * environment of type fenv_t. */