fe_dfl_env.c: Fix typo in comment

This commit is contained in:
Joel Sherrill 2019-08-28 12:22:41 -05:00
parent c711371384
commit 1082cd8ea2
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/