4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

fe_dfl_env.c: Fix typo in comment

This commit is contained in:
Joel Sherrill 2019-08-28 12:22:41 -05:00 committed by Ken Brown
parent 63b094610d
commit c1199c286f

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