summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*/