diff options
author | David Schultz <das@FreeBSD.org> | 2005-03-16 22:34:14 +0000 |
---|---|---|
committer | David Schultz <das@FreeBSD.org> | 2005-03-16 22:34:14 +0000 |
commit | 56ad27535a0c5dda4058362a6a13bfa920d98320 (patch) | |
tree | 40ff3127429283d76a21d3f2f1d9a6dd7e9709c2 /lib/msun/amd64 | |
parent | bdb111b85c8949a9a83c18e6ac19de9cb181697c (diff) |
Spell 'fedisableexcept' correctly.
Notes
Notes:
svn path=/head/; revision=143722
Diffstat (limited to 'lib/msun/amd64')
-rw-r--r-- | lib/msun/amd64/fenv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/amd64/fenv.h b/lib/msun/amd64/fenv.h index cbed18e33667..cb213c271c5f 100644 --- a/lib/msun/amd64/fenv.h +++ b/lib/msun/amd64/fenv.h @@ -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) |