Spell 'fedisableexcept' correctly.

This commit is contained in:
David Schultz 2005-03-16 22:34:14 +00:00
parent bdb111b85c
commit 56ad27535a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143722

View File

@ -181,7 +181,7 @@ int feupdateenv(const fenv_t *__envp);
#if __BSD_VISIBLE
int feenableexcept(int __mask);
int fedisableexcpt(int __mask);
int fedisableexcept(int __mask);
static __inline int
fegetexcept(void)