From 1082cd8ea270ce33bbcb64d4bc96fa36351184c7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 28 Aug 2019 12:22:41 -0500 Subject: [PATCH] fe_dfl_env.c: Fix typo in comment --- 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 0606327fa..a52cd45e4 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. */ -- 2.43.5