Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-08-28 20:22:41 +0300
committerJoel Sherrill <joel@rtems.org>2019-09-03 17:53:38 +0300
commit1082cd8ea270ce33bbcb64d4bc96fa36351184c7 (patch)
tree17afd9beda76c19449baa54e578f10e8e1f8a9a0 /newlib/libm/fenv
parentc7113713845eaf31cbc44bdf12b2001414c92cbb (diff)
fe_dfl_env.c: Fix typo in comment
Diffstat (limited to 'newlib/libm/fenv')
-rw-r--r--newlib/libm/fenv/fe_dfl_env.c2
1 files changed, 1 insertions, 1 deletions
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.
*/