diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-17 18:52:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-17 18:52:42 +0000 |
commit | 6e8afc1cd3909efc4a6f07297d760351f8866ecb (patch) | |
tree | 1f0b3d7ad9d612641c43695efdee75da4f0db653 /math/fenv.h | |
parent | 96f0d1f51afc733684c3a5abbdf242cd3347c185 (diff) | |
download | glibc-6e8afc1cd3909efc4a6f07297d760351f8866ecb.tar glibc-6e8afc1cd3909efc4a6f07297d760351f8866ecb.tar.gz glibc-6e8afc1cd3909efc4a6f07297d760351f8866ecb.tar.bz2 glibc-6e8afc1cd3909efc4a6f07297d760351f8866ecb.zip |
Update.
1999-11-16 Andreas Jaeger <aj@suse.de>
* math/fenv.h: Fix typos in comments. Reported by Andreas Schwab.
Diffstat (limited to 'math/fenv.h')
-rw-r--r-- | math/fenv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fenv.h b/math/fenv.h index bda3ee916f..0e2904a8ed 100644 --- a/math/fenv.h +++ b/math/fenv.h @@ -119,12 +119,12 @@ extern int feupdateenv (__const fenv_t *__envp) __THROW; /* Enable individual exceptions. Will not enable more exceptions than EXCEPTS specifies. Returns the previous enabled exceptions if all - exceptions are successfull set, otherwise returns -1. */ + exceptions are successfully set, otherwise returns -1. */ extern int feenableexcept (int __excepts) __THROW; /* Disable individual exceptions. Will not disable more exceptions than EXCEPTS specifies. Returns the previous enabled exceptions if all - exceptions are successfull disabled, otherwise returns -1. */ + exceptions are successfully disabled, otherwise returns -1. */ extern int fedisableexcept (int __excepts) __THROW; /* Return enabled exceptions. */ |