aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-08-28 12:22:41 -0500
committerJoel Sherrill <joel@rtems.org>2019-09-03 09:53:38 -0500
commit1082cd8ea270ce33bbcb64d4bc96fa36351184c7 (patch)
tree17afd9beda76c19449baa54e578f10e8e1f8a9a0 /newlib/libm
parentc7113713845eaf31cbc44bdf12b2001414c92cbb (diff)
downloadnewlib-1082cd8ea270ce33bbcb64d4bc96fa36351184c7.zip
newlib-1082cd8ea270ce33bbcb64d4bc96fa36351184c7.tar.gz
newlib-1082cd8ea270ce33bbcb64d4bc96fa36351184c7.tar.bz2
fe_dfl_env.c: Fix typo in comment
Diffstat (limited to 'newlib/libm')
-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 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.
*/